Changeset 1795 for code/trunk/src/core/ConfigFileManager.h
- Timestamp:
- Sep 17, 2008, 11:49:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigFileManager.h
r1784 r1795 44 44 { 45 45 CFT_Settings, 46 CFT_Keybindings 46 CFT_Keybindings, 47 CFT_JoyStickCalibration, 48 CFT_KeyNames 47 49 }; 48 50 … … 256 258 { 257 259 public: 258 static ConfigFileManager *getInstance();260 static ConfigFileManager& getInstance(); 259 261 260 262 void setFile(ConfigFileType type, const std::string& filename, bool bCreateIfNotExisting = true);
Note: See TracChangeset
for help on using the changeset viewer.