00001 #ifndef sw_IniFileH 00002 #define sw_IniFileH 00003 00004 #include "glew.h" 00005 00006 00016 class CIniFile 00017 { 00018 public: 00019 char 00020 GameMode[20],TerrainMap[100],ObstacleMap[100],Model[100], 00021 TextureSnow[100],SkyboxFront[100],SkyboxLeft[100],SkyboxRight[100], 00022 SkyboxTop[100],BackgroundSound[100],FontFile[100], 00023 DataDir[50],GfxDir[50],ModelsDir[50],SoundsDir[50]; 00024 00025 00030 GLint Load(char *filename); 00031 };//CIniFile 00032 00033 00034 00035 #endif 00036