mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 13:46:21 +00:00
Merge branch 'master' into miami
# Conflicts: # premake5.lua # sdk/rwsdk/include/d3d8/baaplylt.c # sdk/rwsdk/include/d3d8/rpstereo.h # sdk/rwsdk/include/d3d8/rpstereo.rpe # sdk/rwsdk/include/d3d8/rtintel.h # sdk/rwsdk/include/d3d8/rtintel.rpe # src/audio/oal/stream.cpp
This commit is contained in:
57
sdk/rwsdk/include/d3d8/rtskinsp.h
Normal file
57
sdk/rwsdk/include/d3d8/rtskinsp.h
Normal file
@ -0,0 +1,57 @@
|
||||
/***************************************************************************
|
||||
* *
|
||||
* Module : *
|
||||
* *
|
||||
* Purpose : *
|
||||
* *
|
||||
**************************************************************************/
|
||||
|
||||
/* RWPUBLIC */
|
||||
|
||||
#ifndef RTSKINSP_H
|
||||
#define RTSKINSP_H
|
||||
|
||||
/**
|
||||
* \defgroup rtskinsplit RtSkinSplit
|
||||
* \ingroup skinning
|
||||
*
|
||||
* Skin Splitting Toolkit for RenderWare Graphics.
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
Includes
|
||||
*/
|
||||
#include <rwcore.h>
|
||||
#include <rpworld.h>
|
||||
|
||||
/****************************************************************************
|
||||
Defines
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
Global Types
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
Global variables (across program)
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
Function prototypes
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cpluscplus */
|
||||
|
||||
extern RpAtomic *
|
||||
RtSkinSplitAtomicSplitGeometry( RpAtomic *atomic, RwUInt32 boneLimit );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* RTSKINSP_H */
|
||||
|
||||
/* RWPUBLICEND */
|
Reference in New Issue
Block a user