//---------------------------------------------------------------------------// // File: GEEngineGrafico.h // //---------------------------------------------------------------------------// #ifndef GE_ENGINEGRAFICO_H #define GE_ENGINEGRAFICO_H #include "GEDisplayDevice.h" #include "GEGestorMateriales.h" #include "GEMaterial.h" #include "GETextura.h" #include "GEShader.h" #include "GETemp.h" #include "GEFont.h" #include "GEMotor3D.h" #include "GEEffects.h" extern CDisplayDevice g_DisplayDevice; #endif