reman3/Rayman_X/cpa/public/IPT/IPT_CPA.h

25 lines
448 B
C

#if !defined(__IPT_CPA_H__)
#define __IPT_CPA_H__
/******************************************/
#if _MSC_VER >= 1000
#pragma once
#endif /* _MSC_VER >= 1000 */
/******************************************/
#if defined (WIN32)
#include "wtypes.h"
#include "winuser.h"
#include "string.h"
#endif /* WIN32 */
#include "ACP_Base.h"
#include "INO.H"
#include "LST.h"
#include "SCR.h"
#include "MMG.h"
#include "ERM.h"
#endif /* __IPT_CPA_H__ */