Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2005, 1:20:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: GraphicsEngine now parses the INI-file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/graphics_engine.h

    r4768 r4770  
    1717// Forward Declaration
    1818class Text;
     19class IniParser;
    1920
    2021//! class to handle graphics
     
    3031
    3132    int initVideo();
     33    int loadFromIniFile(IniParser* iniParser, const char* section);
    3234
    3335    void setWindowName(const char* windowName, const char* icon);
Note: See TracChangeset for help on using the changeset viewer.