summaryrefslogtreecommitdiff
path: root/src/Global.h
blob: ceff38e76fb8e8cca212fd945f4bac4d7c5183a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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