Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4028 in orxonox.OLD for orxonox/trunk/src/lib/util/ini_parser.h


Ignore:
Timestamp:
May 3, 2005, 10:47:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui is now built inside of src

File:
1 edited

Legend:

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

    r3484 r4028  
    2626       
    2727 public:
    28   IniParser (char* filename);
     28  IniParser (const char* filename);
    2929  ~IniParser ();
    3030 
    31   char* getVar( char* name, char* section, char* defvalue);
    32         int openFile( char* name);
     31  char* getVar(const char* name, char* section, char* defvalue);
     32  int openFile(const char* name);
    3333  int getSection( char* section);
    3434  int nextVar( char* name, char* value);
Note: See TracChangeset for help on using the changeset viewer.