mirror of
https://github.com/zeldaret/botw
synced 2026-05-26 07:38:50 -04:00
ksys/res: Declare registerEntryFactory
Implementation coming soon.
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
class EntryFactoryBase;
|
||||
|
||||
void registerEntryFactory(EntryFactoryBase* factory, const sead::SafeString& name);
|
||||
|
||||
// In release builds, the only thing this function does is return 1.
|
||||
// TODO: figure out what this is used for. Stubbed log function?
|
||||
bool stubbedLogFunction();
|
||||
|
||||
Reference in New Issue
Block a user