Fix dictionaryFile
This commit is contained in:
parent
b026cb63bd
commit
a57c821530
@ -14,7 +14,7 @@
|
|||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
const std::string Boggle::s_DICTIONARY_FILE = "../../../EnglishWords.dat";
|
const std::string Boggle::s_DICTIONARY_FILE = "../../../EnglishWords.dat";
|
||||||
#else
|
#else
|
||||||
const std::string Boggle::DICTIONARY_FILE = "EnglishWords.dat";
|
const std::string Boggle::s_DICTIONARY_FILE = "EnglishWords.dat";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const int g_NUM_CUBES = 16; // the number of cubes in the game
|
static const int g_NUM_CUBES = 16; // the number of cubes in the game
|
||||||
|
Loading…
x
Reference in New Issue
Block a user