Ignore:
Timestamp:
Mar 2, 2008, 12:29:06 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix almost 2,000 warnings by using proper "const" keywords where needed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/include/config.hpp

    r2 r39  
    1212void get_movement(int player, int &x, int &y, int &b1, int &b2, int &b3, int &b4);
    1313void config_cleanup();  // free any memory allocated
    14 int get_keycode(char *str);  // -1 means not a valid key code
     14int get_keycode(char const *str);  // -1 means not a valid key code
    1515
    1616#endif
Note: See TracChangeset for help on using the changeset viewer.