diff options
author | aap <aap@papnet.eu> | 2019-05-22 20:28:53 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-22 20:28:53 +0200 |
commit | 3b56c51e646723d936c5c6f27d26547a37d4f126 (patch) | |
tree | db27dfe2e373e39afbb3a25042bdf739a774e19d /src/TxdStore.h | |
parent | finished CSprite(2d) (diff) | |
download | re3-3b56c51e646723d936c5c6f27d26547a37d4f126.tar re3-3b56c51e646723d936c5c6f27d26547a37d4f126.tar.gz re3-3b56c51e646723d936c5c6f27d26547a37d4f126.tar.bz2 re3-3b56c51e646723d936c5c6f27d26547a37d4f126.tar.lz re3-3b56c51e646723d936c5c6f27d26547a37d4f126.tar.xz re3-3b56c51e646723d936c5c6f27d26547a37d4f126.tar.zst re3-3b56c51e646723d936c5c6f27d26547a37d4f126.zip |
Diffstat (limited to 'src/TxdStore.h')
-rw-r--r-- | src/TxdStore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TxdStore.h b/src/TxdStore.h index 2cfef0e0..a9526cf2 100644 --- a/src/TxdStore.h +++ b/src/TxdStore.h @@ -16,6 +16,7 @@ public: static void Initialize(void); static void Shutdown(void); static int AddTxdSlot(const char *name); + static void RemoveTxdSlot(int slot); static int FindTxdSlot(const char *name); static char *GetTxdName(int slot); static void PushCurrentTxd(void); |