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