Changeset 144 for branches/openyahtzee-1.8/src/SettingsDB.h
- Timestamp:
- 01/17/2008 08:45:18 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/SettingsDB.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/SettingsDB.h
r17 r144 38 38 #define SETTINGSDB_INC 39 39 40 ///Sets the file name of the database the class will open. The directory will always be the home dir. 41 #define DBFILENAME ".OpenYahtzee" 40 ///Sets the file name of the datase the class will open. 41 #ifndef PORTABLE 42 #define DBFILENAME ".OpenYahtzee" 43 #else 44 #define DBFILENAME "OpenYahtzee.dat" 45 #endif 42 46 class SettingsDB : public DBwrapper 43 47 {
Note: See TracChangeset
for help on using the changeset viewer.
