summaryrefslogtreecommitdiff
path: root/includes/Global.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Global.h')
-rw-r--r--includes/Global.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/Global.h b/includes/Global.h
deleted file mode 100644
index 8e94255..0000000
--- a/includes/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