mirror of
https://github.com/zeldaret/botw
synced 2026-06-23 16:45:22 -04:00
ksys: Start adding OverlayArenaSystem
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
// 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();
|
||||
|
||||
// In release builds, the only thing this function does is return 0.
|
||||
// TODO: figure out what this is used for. Stubbed log function?
|
||||
bool returnFalse();
|
||||
|
||||
} // namespace ksys::res
|
||||
Reference in New Issue
Block a user