ksys/res: Declare registerEntryFactory

Implementation coming soon.
This commit is contained in:
Léo Lam 2020-11-04 00:40:44 +01:00
parent 7d8183f0b2
commit f602b5c6be
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 4 additions and 0 deletions

View File

@ -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();