aboutsummaryrefslogtreecommitdiff
path: root/system.h
blob: 744a9562e891efad97ecbbba68b80a50d8e71144 (plain)
1
2
3
4
5
6
7
8
9
class OSystem
{
	public:
		int waitTick(int delta);
		int last_time;
		int new_time;

		OSystem();
};