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