summaryrefslogtreecommitdiff
path: root/src/Global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Global.h')
-rw-r--r--src/Global.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Global.h b/src/Global.h
deleted file mode 100644
index ceff38e..0000000
--- a/src/Global.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef GAMESESSION_H
-#define GAMESESSION_H
-
-#include "Singleton.h"
-#include "Graphics.h"
-
-/*class Global : public Singleton<Global>
-{
-public:
- Graphics * g;
- Global();
-};*/
-
-#endif // GAMESESSION_H