added phonies to make, added fps to debug
[physics.git] / src / init.h
1 #ifndef INIT_H
2 #define INIT_H
3
4 /// ***** Header Methods *****
5 void initGraphics();
6 int initMouse();
7 void initKeyboard();
8
9 void cleanGraphics();
10 void cleanMouse();
11 void cleanKeyboard();
12
13 #endif // INIT_H