Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3231 in orxonox.OLD for orxonox/trunk/src/ini_parser.h


Ignore:
Timestamp:
Dec 20, 2004, 12:49:07 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: iniparser, collision fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/ini_parser.h

    r3224 r3231  
    2929  ~IniParser ();
    3030 
    31   char* get_var( char* name, char* section, char* defvalue);
    32         int open_file( char* name);
    33   int get_section( char* section);
    34   int next_var( char* name, char* value);
     31  char* getVar( char* name, char* section, char* defvalue);
     32        int openFile( char* name);
     33  int getSection( char* section);
     34  int nextVar( char* name, char* value);
    3535};
    3636
Note: See TracChangeset for help on using the changeset viewer.