persist combo between games

This commit is contained in:
Chris Danford
2003-12-08 04:39:29 +00:00
parent eac836cc40
commit f8c856209d
4 changed files with 25 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@
Bookkeeper* BOOKKEEPER = NULL; // global and accessable from anywhere in our program
static const CString COINS_DAT = BASE_PATH "Data" SLASH "Coins.dat";
static const CString COINS_HTML = BASE_PATH "Data" SLASH "Coins.html";
const int COINS_DAT_VERSION = 1;