diff options
Diffstat (limited to '')
-rw-r--r-- | src/TxdStore.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/TxdStore.cpp b/src/TxdStore.cpp index a5fc1758..10d6e1f5 100644 --- a/src/TxdStore.cpp +++ b/src/TxdStore.cpp @@ -2,11 +2,9 @@ #include "patcher.h" #include "templates.h" #include "Streaming.h" +#include "RwHelper.h" #include "TxdStore.h" -WRAPPER RwTexDictionary *RwTexDictionaryGtaStreamRead(RwStream *stream) { EAXJMP(0x5924A0); } - - CPool<TxdDef,TxdDef> *&CTxdStore::ms_pTxdPool = *(CPool<TxdDef,TxdDef>**)0x8F5FB8; RwTexDictionary *&CTxdStore::ms_pStoredTxd = *(RwTexDictionary**)0x9405BC; |