#ifndef IRRDEFINES_H #define IRRDEFINES_H //#include "IrrData.h" #include "IrrObj.h" #include "IrrLibObj.h" #include "IrrGUIStruct.h" #include "Irr3DObjColor.h" #include "Irr3DLibObj.h" #include "Irr2DLibObj.h" typedef IrrObj Irr2DObj; typedef IrrObj IrrGUIObj; typedef IrrObj IrrEventObj; typedef IrrObj Irr3DSphere; typedef IrrObj Irr3DObj; typedef irr::core::dimension2d PixelSize; typedef irr::core::position2d IrrPos; #endif