diff options
Diffstat (limited to '')
-rw-r--r-- | src/RwHelper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RwHelper.h b/src/RwHelper.h index b65a53ad..2dbfd3ce 100644 --- a/src/RwHelper.h +++ b/src/RwHelper.h @@ -6,6 +6,9 @@ RwObject *GetFirstObject(RwFrame *frame); RpAtomic *GetFirstAtomic(RpClump *clump); RwTexDictionary *RwTexDictionaryGtaStreamRead(RwStream *stream); +RwTexDictionary *RwTexDictionaryGtaStreamRead1(RwStream *stream); +RwTexDictionary *RwTexDictionaryGtaStreamRead2(RwStream *stream, RwTexDictionary *texDict); + bool RpClumpGtaStreamRead1(RwStream *stream); RpClump *RpClumpGtaStreamRead2(RwStream *stream); void RpClumpGtaCancelStream(void); |