diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-09 01:52:38 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-09 01:52:38 +0200 |
commit | 37691701138c8a458bc8b41944745000d27a3b83 (patch) | |
tree | bcfad8fa942aef410f6a4ad066da7a63d8a49ed8 /src/core/Game.h | |
parent | Fix target sprite size (diff) | |
download | re3-37691701138c8a458bc8b41944745000d27a3b83.tar re3-37691701138c8a458bc8b41944745000d27a3b83.tar.gz re3-37691701138c8a458bc8b41944745000d27a3b83.tar.bz2 re3-37691701138c8a458bc8b41944745000d27a3b83.tar.lz re3-37691701138c8a458bc8b41944745000d27a3b83.tar.xz re3-37691701138c8a458bc8b41944745000d27a3b83.tar.zst re3-37691701138c8a458bc8b41944745000d27a3b83.zip |
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 318ff54b..30581893 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -39,4 +39,5 @@ public: // NB: these do something on PS2 static void TidyUpMemory(bool, bool); static void DrasticTidyUpMemory(bool); + static void ProcessTidyUpMemory(void); }; |