Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2065 in orxonox.OLD for orxonox/branches/chris/src/ini_parser.h


Ignore:
Timestamp:
Jul 3, 2004, 1:59:21 PM (20 years ago)
Author:
chris
Message:

orxnonox/branches/chris: Sichergestellt das der parser kompiliert und ne funktion zum direkten zugriff auf variablenwerte eingebaut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/ini_parser.h

    r2064 r2065  
    1717        FILE* stream;
    1818        bool bInSection;
     19        char internbuf[PARSELINELENGHT];
    1920       
    2021 public:
     
    2223  ~IniParser ();
    2324 
    24   int openFile( char* name);
     25  char* getVar( char* name, char* section, char* defvalue);
     26        int openFile( char* name);
    2527  int getSection( char* section);
    2628  int nextVar( char* name, char* value);
Note: See TracChangeset for help on using the changeset viewer.