created input, graphics and game namespaces
[physics.git] / src / game.h
CommitLineData
ad9f1fb6
PG
1#ifndef GAME_H
2#define GAME_H
3
68b2316d 4
ad9f1fb6 5/// ***** Header Methods *****
ad9f1fb6 6
68b2316d
PG
7namespace game
8{
9 void init();
10 void clean();
11
12 void input();
13 void update(float);
14 void draw();
15}
ad9f1fb6
PG
16
17#endif // GAME_H