Changeset 144 for branches/openyahtzee-1.8/src/HighScoreTableDB.h
- Timestamp:
- 01/17/2008 08:45:18 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/HighScoreTableDB.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/HighScoreTableDB.h
r28 r144 38 38 #define HIGHSCORETABLEDB_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 database the class will open. 41 #ifndef PORTABLE 42 #define DBFILENAME ".OpenYahtzee" 43 #else 44 #define DBFILENAME "OpenYahtzee.dat" 45 #endif 46 42 47 class HighScoreTableDB : public DBwrapper 43 48 {
Note: See TracChangeset
for help on using the changeset viewer.
