1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-03 16:17:09 +00:00
re3/sdk/rwsdk/include/d3d8/rtskinsp.h

58 lines
1.5 KiB
C
Raw Normal View History

2019-05-18 10:39:39 +00:00
/***************************************************************************
* *
* Module : *
2019-05-18 10:39:39 +00:00
* *
* Purpose : *
2019-05-18 10:39:39 +00:00
* *
**************************************************************************/
/* RWPUBLIC */
#ifndef RTSKINSP_H
#define RTSKINSP_H
2019-05-18 10:39:39 +00:00
/**
* \defgroup rtskinsplit RtSkinSplit
* \ingroup skinning
2019-05-18 10:39:39 +00:00
*
* Skin Splitting Toolkit for RenderWare Graphics.
2019-05-18 10:39:39 +00:00
*/
/****************************************************************************
Includes
*/
#include <rwcore.h>
#include <rpworld.h>
2019-05-18 10:39:39 +00:00
/****************************************************************************
Defines
*/
/****************************************************************************
Global Types
*/
/****************************************************************************
Global variables (across program)
*/
2019-05-18 10:39:39 +00:00
/****************************************************************************
Function prototypes
*/
#ifdef __cplusplus
extern "C"
{
#endif /* __cpluscplus */
2019-05-18 10:39:39 +00:00
extern RpAtomic *
RtSkinSplitAtomicSplitGeometry( RpAtomic *atomic, RwUInt32 boneLimit );
2019-05-18 10:39:39 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
2019-05-18 10:39:39 +00:00
#endif /* RTSKINSP_H */
2019-05-18 10:39:39 +00:00
/* RWPUBLICEND */