summaryrefslogtreecommitdiffstats
path: root/src/TxdStore.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-22 20:28:53 +0200
committeraap <aap@papnet.eu>2019-05-22 20:28:53 +0200
commit3b56c51e646723d936c5c6f27d26547a37d4f126 (patch)
treedb27dfe2e373e39afbb3a25042bdf739a774e19d /src/TxdStore.h
parentfinished CSprite(2d) (diff)
downloadre3-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 '')
-rw-r--r--src/TxdStore.h1
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);