mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
DnD prototype.
This commit is contained in:
parent
6f8393f691
commit
ac153080f5
1 changed files with 2 additions and 1 deletions
|
|
@ -570,11 +570,12 @@ namespace recomp {
|
||||||
ModContentTypeId register_mod_content_type(const ModContentType& type);
|
ModContentTypeId register_mod_content_type(const ModContentType& type);
|
||||||
bool register_mod_container_type(const std::string& extension, const std::vector<ModContentTypeId>& content_types, bool requires_manifest);
|
bool register_mod_container_type(const std::string& extension, const std::vector<ModContentTypeId>& content_types, bool requires_manifest);
|
||||||
|
|
||||||
|
|
||||||
void register_config_exports();
|
void register_config_exports();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern recomp::mods::ModOpenError parse_manifest(recomp::mods::ModManifest &ret, const std::vector<char> &manifest_data, std::string &error_param);
|
||||||
|
|
||||||
extern "C" void recomp_trigger_event(uint8_t* rdram, recomp_context* ctx, uint32_t event_index);
|
extern "C" void recomp_trigger_event(uint8_t* rdram, recomp_context* ctx, uint32_t event_index);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue