Changeset 7249 in orxonox.OLD for branches/preferences/src/lib/graphics
- Timestamp:
- Mar 24, 2006, 7:09:08 PM (19 years ago)
- Location:
- branches/preferences/src/lib/graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/lib/graphics/graphics_engine.cc
r7247 r7249 29 29 #include "debug.h" 30 30 31 #include "parser/ini_parser/ini_parser.h"32 31 #include "util/preferences.h" 33 32 #include "substring.h" … … 151 150 /** 152 151 * loads the GraphicsEngine's settings from a given ini-file and section 153 * @param iniParser the iniParser to load from154 * @param section the Section in the ini-file to load from155 152 * @returns nothing usefull 156 153 */ -
branches/preferences/src/lib/graphics/graphics_engine.h
r7247 r7249 20 20 // Forward Declaration 21 21 class Text; 22 class IniParser;23 22 class WorldEntity; 24 23 class GraphicsEffect;
Note: See TracChangeset
for help on using the changeset viewer.