oops, fixed a bad piece of code I added

This commit is contained in:
Bryan Hoyle 2012-08-12 19:10:01 -04:00
parent 1dc6c7cfef
commit ae469e8e02

View File

@ -7,7 +7,9 @@
#ifndef SAVERENDERER_H_
#define SAVERENDERER_H_
#ifdef OGLI
#include "graphics/OpenGLHeaders.h"
#endif
#include "Singleton.h"
class GameSave;