alecgl_old/sfml20test/AlecGL.h
Alec Obradovich 03f7d95b13 fuckmess
what is this nonsense
2015-04-08 16:35:21 -05:00

14 lines
236 B
C

#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