NDEVR
API Documentation
QtProjectManager.h
1#pragma once
2#include "Base/Headers/Buffer.hpp"
3#include "Base/Headers/File.h"
4namespace NDEVR
5{
10 {
16 static void BuildPRI(const File& module_list, Buffer<File> apk_paths, File output_folder);
22 static void BuildManifest(const File& module_list, Buffer<File> apk_paths, File output_folder);
23 };
24}
The equivelent of std::vector but with a bit more control.
Definition Buffer.hpp:58
Logic for reading or writing to a file as well as navigating filesystems or other common file operati...
Definition File.h:53
Provides static methods for building Qt project files and Android manifests from module lists.
The primary namespace for the NDEVR SDK.