Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5014 in orxonox.OLD for orxonox/trunk/src/lib/event/key_mapper.h


Ignore:
Timestamp:
Aug 14, 2005, 4:29:29 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: implemented a new kind of ini-parser
this parser first reads the file, and then one can search through without accessing the file anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/event/key_mapper.h

    r4866 r5014  
    3535
    3636 private:
    37   int* nameToIndex (char* name);
    38   void mapKeys(char* name, int keyID);
     37  int* nameToIndex (const char* name);
     38  void mapKeys(const char* name, int keyID);
    3939
    4040 public:
Note: See TracChangeset for help on using the changeset viewer.