Add rayman2 source files
This commit is contained in:
31
Rayman_X/cpa/public/TLS/LPSconst.hpp
Normal file
31
Rayman_X/cpa/public/TLS/LPSconst.hpp
Normal file
@@ -0,0 +1,31 @@
|
||||
/*=============================================================================
|
||||
*
|
||||
* Filename: LPSconst.hpp
|
||||
* Version: 1.0
|
||||
* Date: 16/08/96
|
||||
* Author: Shaitan
|
||||
*
|
||||
* Description: constants for TLS DLL
|
||||
*
|
||||
*===========================================================================*/
|
||||
|
||||
#ifndef __LPS_CONST_HPP__
|
||||
#define __LPS_CONST_HPP__
|
||||
|
||||
|
||||
#define C_szLipSyncTypeName "LipSynchro"
|
||||
#define C_szLipSyncDLLName "LipSynchro"
|
||||
|
||||
#define C_uiLoadLipSynchro 1
|
||||
|
||||
class CPA_BaseObject;
|
||||
|
||||
typedef struct tdstLipSyn_Info_
|
||||
{
|
||||
CPA_BaseObject *pFamily;
|
||||
CString csName;
|
||||
}
|
||||
tdstLipSyn_Info;
|
||||
|
||||
|
||||
#endif __LPS_CONST_HPP__
|
Reference in New Issue
Block a user