alecgl_old/sfml20test/AlecGL.h

14 lines
236 B
C
Raw Normal View History

2015-04-08 21:35:21 +00:00
#ifndef ALECGL
#define ALECGL
#include "Common.h"
#include "Camera.h"
#include "Mesh.h"
#include "NoiseReader.h"
#include "ShaderManager.h"
//#include "Texture.h"
#include "MatrixStack.h"
#include "Map.h"
#include "DebugRect.h"
#endif