From b4afb591a7465220ca40811924645932f568f319 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 13 Jun 2019 11:57:43 +0200 Subject: implemented GTA stream read functions --- src/TxdStore.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/TxdStore.cpp') 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 *&CTxdStore::ms_pTxdPool = *(CPool**)0x8F5FB8; RwTexDictionary *&CTxdStore::ms_pStoredTxd = *(RwTexDictionary**)0x9405BC; -- cgit v1.2.3