summaryrefslogtreecommitdiff
path: root/src/Global.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-14 13:49:26 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-14 13:49:26 (GMT)
commit20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f (patch)
tree97b4e48204a1faae4e0cb4bf15f2f440afc53f84 /src/Global.h
parent216b5de60e5592e003eb5ba062b3c41ce8f5f341 (diff)
downloadpowder-20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f.zip
powder-20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f.tar.gz
Remove some unnecessary files.
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