diff options
Diffstat (limited to '')
-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); |