minor gitignore additions
[summerhack] / src / events.hpp
1 #ifndef _EVENTS_HPP_
2 #define _EVENTS_HPP_
3
4 void key_handler(int key);
5 void motion_handler(int x, int y);
6 void bn_handler(int bn, int pressed, int x, int y);
7
8 #endif  // _EVENTS_HPP_