diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-04 00:40:44 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-11-04 00:41:02 +0100 |
| commit | f602b5c6be9be70df3cb8e1f97767b52ccc65ada (patch) | |
| tree | f0ccfb883346d6620885c18b5f35dd578e7b0470 /src/KingSystem/Resource/resSystem.h | |
| parent | 7d8183f0b2775ff65c721ffc40a4887e6560fa61 (diff) | |
ksys/res: Declare registerEntryFactory
Implementation coming soon.
Diffstat (limited to 'src/KingSystem/Resource/resSystem.h')
| -rw-r--r-- | src/KingSystem/Resource/resSystem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KingSystem/Resource/resSystem.h b/src/KingSystem/Resource/resSystem.h index 9396d3b6..f8a0d333 100644 --- a/src/KingSystem/Resource/resSystem.h +++ b/src/KingSystem/Resource/resSystem.h @@ -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(); |
