Removed singletons

This commit is contained in:
Kayne Ruse
2013-05-16 17:02:21 +10:00
parent 30d163ec80
commit f04c7fa161
11 changed files with 63 additions and 82 deletions
+3 -2
View File
@@ -4,8 +4,8 @@
#include "scene_list.hpp"
#include "base_scene.hpp"
#include "singleton.hpp"
#include "config_utility.hpp"
#include "surface_manager.hpp"
#include "SDL/SDL.h"
@@ -26,7 +26,8 @@ private:
BaseScene* activeScene;
ConfigUtility* configUtil;
ConfigUtility configUtil;
SurfaceManager surfaceMgr;
};
#endif