Changeset 39 for abuse/trunk/src/include/config.hpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/include/config.hpp
r2 r39 12 12 void get_movement(int player, int &x, int &y, int &b1, int &b2, int &b3, int &b4); 13 13 void config_cleanup(); // free any memory allocated 14 int get_keycode(char *str); // -1 means not a valid key code14 int get_keycode(char const *str); // -1 means not a valid key code 15 15 16 16 #endif
Note: See TracChangeset
for help on using the changeset viewer.