@@ -38,6 +38,7 @@ typedef RwFrame*(__cdecl* RwFrameAddChild_t)(RwFrame* parent, RwFrame* child);
3838typedef RwFrame * (__cdecl* RwFrameRemoveChild_t )(RwFrame * child );
3939typedef RwFrame * (__cdecl* RwFrameForAllObjects_t )(RwFrame * frame , void * callback , void * data );
4040typedef RwFrame * (__cdecl* RwFrameTranslate_t )(RwFrame * frame , const RwV3d * v , RwTransformOrder order );
41+ typedef RwFrame * (__cdecl* RwFrameTransform_t )(RwFrame * frame , const RwMatrix * m , RwOpCombineType combine );
4142typedef RwFrame * (__cdecl* RwFrameScale_t )(RwFrame * frame , const RwV3d * v , RwTransformOrder order );
4243typedef RwFrame * (__cdecl* RwFrameUpdateObjects_t )(RwFrame * );
4344typedef RwFrame * (__cdecl* RwFrameCreate_t )();
@@ -69,6 +70,7 @@ typedef RwTexture*(__cdecl* RwTexDictionaryAddTexture_t)(RwTexDictionary* dict,
6970typedef RwTexDictionary * (__cdecl* RwTexDictionaryGetCurrent_t )();
7071typedef RwTexture * (__cdecl* RwTexDictionaryFindNamedTexture_t )(RwTexDictionary * dict , const char * name );
7172typedef void (__cdecl* RpPrtStdGlobalDataSetStreamEmbedded_t )(void * value );
73+ typedef RpClump * (__cdecl* RpClumpRender_t )(RpClump * clump );
7274typedef RpWorld * (__cdecl* RpWorldAddAtomic_t )(RpWorld * world , RpAtomic * atomic );
7375typedef RpWorld * (__cdecl* RpWorldAddClump_t )(RpWorld * world , RpClump * clump );
7476typedef RpWorld * (__cdecl* RpWorldAddLight_t )(RpWorld * world , RpLight * light );
@@ -125,6 +127,7 @@ RWFUNC(RwStreamSkip_t RwStreamSkip, (RwStreamSkip_t)0xDEAD)
125127RWFUNC (RpClumpDestroy_t RpClumpDestroy , (RpClumpDestroy_t )0xDEAD )
126128RWFUNC (RpClumpGetNumAtomics_t RpClumpGetNumAtomics , (RpClumpGetNumAtomics_t )0xDEAD )
127129RWFUNC (RwFrameTranslate_t RwFrameTranslate , (RwFrameTranslate_t )0xDEAD )
130+ RWFUNC (RwFrameTransform_t RwFrameTransform , (RwFrameTransform_t )0xDEAD )
128131RWFUNC (RpClumpForAllAtomics_t RpClumpForAllAtomics , (RpClumpForAllAtomics_t )0xDEAD )
129132RWFUNC (RwFrameAddChild_t RwFrameAddChild , (RwFrameAddChild_t )0xDEAD )
130133RWFUNC (RpClumpAddAtomic_t RpClumpAddAtomic , (RpClumpAddAtomic_t )0xDEAD )
@@ -138,6 +141,7 @@ RWFUNC(RwTexDictionaryAddTexture_t RwTexDictionaryAddTexture, (RwTexDictionaryAd
138141RWFUNC (RwTexDictionaryStreamWrite_t RwTexDictionaryStreamWrite , (RwTexDictionaryStreamWrite_t )0xDEAD )
139142RWFUNC (rwD3D9NativeTextureRead_t rwD3D9NativeTextureRead , (rwD3D9NativeTextureRead_t )0xDEAD )
140143RWFUNC (RpPrtStdGlobalDataSetStreamEmbedded_t RpPrtStdGlobalDataSetStreamEmbedded , (RpPrtStdGlobalDataSetStreamEmbedded_t )0xDEAD )
144+ RWFUNC (RpClumpRender_t RpClumpRender , (RpClumpRender_t )0xDEAD )
141145RWFUNC (RpClumpRemoveAtomic_t RpClumpRemoveAtomic , (RpClumpRemoveAtomic_t )0xDEAD )
142146RWFUNC (RpAtomicClone_t RpAtomicClone , (RpAtomicClone_t )0xDEAD )
143147RWFUNC (RwTexDictionaryFindNamedTexture_t RwTexDictionaryFindNamedTexture , (RwTexDictionaryFindNamedTexture_t )0xDEAD )
0 commit comments