2019-05-15 16:52:37 +02:00
|
|
|
#pragma once
|
|
|
|
|
2019-05-30 13:35:13 +02:00
|
|
|
void DefinedState(void);
|
2019-06-12 20:07:37 +02:00
|
|
|
RwFrame *GetFirstChild(RwFrame *frame);
|
2019-05-15 16:52:37 +02:00
|
|
|
RwObject *GetFirstObject(RwFrame *frame);
|
2019-06-12 20:07:37 +02:00
|
|
|
RpAtomic *GetFirstAtomic(RpClump *clump);
|
2019-06-12 19:05:06 +02:00
|
|
|
|
2019-06-13 11:57:43 +02:00
|
|
|
RwTexDictionary *RwTexDictionaryGtaStreamRead(RwStream *stream);
|
|
|
|
bool RpClumpGtaStreamRead1(RwStream *stream);
|
|
|
|
RpClump *RpClumpGtaStreamRead2(RwStream *stream);
|
|
|
|
void RpClumpGtaCancelStream(void);
|
|
|
|
|
2019-06-12 20:07:37 +02:00
|
|
|
void CameraSize(RwCamera *camera,
|
|
|
|
RwRect *rect,
|
|
|
|
RwReal viewWindow,
|
|
|
|
RwReal aspectRatio);
|
|
|
|
void CameraDestroy(RwCamera *camera);
|
|
|
|
RwCamera *CameraCreate(RwInt32 width,
|
|
|
|
RwInt32 height,
|
|
|
|
RwBool zBuffer);
|