diff options
| author | Léo Lam <leo@leolam.fr> | 2020-10-04 15:39:04 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-10-08 00:09:53 +0200 |
| commit | 76655d85a90ca1cede47a45b4faa3e6e767b99a3 (patch) | |
| tree | 15d04cd8e0e130435f11d561c7c4131ee44f674f /src/KingSystem/Resource/resSystem.h | |
| parent | 99de7fa00931d1d7c75a0c51d6fd38c09f60b160 (diff) | |
ksys/res: Implement some ResourceMgrTask prerequisites
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 4c27f2b4..c22ac378 100644 --- a/src/KingSystem/Resource/resSystem.h +++ b/src/KingSystem/Resource/resSystem.h @@ -10,4 +10,8 @@ bool stubbedLogFunction(); // TODO: figure out what this is used for. Stubbed log function? bool returnFalse(); +// In release builds, the only thing this function does is return 0. +// TODO: figure out what this is used for. Stubbed log function? +bool returnFalse2(); + } // namespace ksys::res |
