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

Class ModConfig

RecompModTool/main.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51struct ModConfig {
52 ModManifest manifest;
53 ModInputs inputs;
54};
55
56static std::filesystem::path concat_if_not_empty(const std::filesystem::path& parent, const std::filesystem::path& child) {
57 if (child.is_absolute()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected