summaryrefslogtreecommitdiffstats
path: root/src/core/TxdStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/TxdStore.h')
-rw-r--r--src/core/TxdStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/TxdStore.h b/src/core/TxdStore.h
index a9e57d31..12ac708f 100644
--- a/src/core/TxdStore.h
+++ b/src/core/TxdStore.h
@@ -13,7 +13,7 @@ class CTxdStore
static CPool<TxdDef,TxdDef> *&ms_pTxdPool;
static RwTexDictionary *&ms_pStoredTxd;
public:
- static void Initialize(void);
+ static void Initialise(void);
static void Shutdown(void);
static void GameShutdown(void);
static int AddTxdSlot(const char *name);