mirror of
https://github.com/halpz/re3.git
synced 2025-07-14 20:38:15 +00:00
Add compatibility with RW 3.4
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
/**
|
||||
* \defgroup rpmatfx RpMatFX
|
||||
* \ingroup rpplugin
|
||||
* \ingroup materials
|
||||
*
|
||||
* Material Effects Plugin for RenderWare Graphics.
|
||||
*/
|
||||
@ -58,6 +58,10 @@ extern "C"
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/*--- Plugin functions ------------------------------------------------------*/
|
||||
extern void
|
||||
RpMatFXMaterialDataSetFreeListCreateParams( RwInt32 blockSize,
|
||||
RwInt32 numBlocksToPrealloc );
|
||||
|
||||
extern RwBool
|
||||
RpMatFXPluginAttach( void );
|
||||
|
||||
|
Reference in New Issue
Block a user