implemented GTA stream read functions

This commit is contained in:
aap
2019-06-13 11:57:43 +02:00
parent 12697a8553
commit b4afb591a7
7 changed files with 369 additions and 6 deletions

View File

@ -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;