massive cleaning of file section headers
[physics.git] / src / input / inputManager.h
CommitLineData
f7b3b2eb
PG
1#ifndef INPUT_H
2#define INPUT_H
3
4#include <SDL/SDL.h>
5
6/// ***** Header Methods *****
617dcc71
PG
7
8void inputInit();
9void inputClean();
10
f7b3b2eb
PG
11void inputUpdate();
12
13bool isPressed(Uint8);
14bool isReleased(Uint8);
15
16bool wasPressed(Uint8);
17bool wasReleased(Uint8);
18
19#endif // INPUT_H