MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / ModInputs

Class ModInputs

RecompModTool/main.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43struct ModInputs {
44 std::filesystem::path elf_path;
45 std::string mod_filename;
46 std::filesystem::path func_reference_syms_file_path;
47 std::vector<std::filesystem::path> data_reference_syms_file_paths;
48 std::vector<std::filesystem::path> additional_files;
49};
50
51struct ModConfig {
52 ModManifest manifest;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected