00001 #ifndef WPCG_H 00002 #define WPCG_H 00003 00004 using namespace std; 00005 #include "../OPCODE-1.2/Opcode.h" 00006 using namespace Opcode; 00007 00008 #include "WP_Def.h" 00009 #include "WP_Color.h" 00010 #include "WP_GLState.h" 00011 #include "WP_Image.h" 00012 #include "WP_Init.h" 00013 #include "WP_Material.h" 00014 #include "WP_Math.h" 00015 #include "WP_Vector2D.h" 00016 #include "WP_Vector3D.h" 00017 #include "WP_Matrix2D.h" 00018 #include "WP_Matrix3D.h" 00019 #include "WP_Point2D.h" 00020 #include "WP_Point3D.h" 00021 #include "WP_Light.h" 00022 #include "WP_Line2D.h" 00023 #include "WP_Ray2D.h" 00024 #include "WP_Ray3D.h" 00025 #include "WP_Vertex.h" 00026 #include "WP_Triangle.h" 00027 #include "WP_2D.h" 00028 #include "WP_RGBA.h" 00029 #include "WP_Endian.h" 00030 #include "WP_SkyBox.h" 00031 #include "WP_Terrain.h" 00032 #include "WP_Quad.h" 00033 #include "WP_Camera.h" 00034 #include "WP_ObjectManager.h" 00035 #include "WP_AnimationManager.h" 00036 #include "WP_Model.h" 00037 #include "WP_TextureManager.h" 00038 00039 using namespace WPCG; 00040 00041 #endif