Add rayman2 source files
This commit is contained in:
28
Rayman_X/cpa/public/msn/msn_main.h
Normal file
28
Rayman_X/cpa/public/msn/msn_main.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef U64
|
||||
#include <windows.h>
|
||||
|
||||
/****************************************/
|
||||
#undef CPA_EXPORT
|
||||
#if defined(CPA_WANTS_IMPORT)
|
||||
#define CPA_EXPORT __declspec(dllimport)
|
||||
#elif defined(CPA_WANTS_EXPORT)
|
||||
#define CPA_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define CPA_EXPORT
|
||||
#endif
|
||||
/****************************************/
|
||||
|
||||
typedef struct MSN_tdstInitParams_
|
||||
{
|
||||
HINSTANCE hinst;
|
||||
} MSN_tdstInitParams;
|
||||
#else
|
||||
typedef struct MSN_tdstInitParams_
|
||||
{
|
||||
int nothing;
|
||||
} MSN_tdstInitParams;
|
||||
#endif
|
||||
|
||||
CPA_EXPORT ACP_tdxBool MSN_fn_vInit();
|
||||
CPA_EXPORT void MSN_fn_vDesInit();
|
||||
|
Reference in New Issue
Block a user