Add rayman2 source files

This commit is contained in:
2024-09-18 02:33:44 +08:00
parent bcc093f8ed
commit fb036c54fd
14339 changed files with 2596224 additions and 0 deletions

View 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__