Commit 31b09920 authored by fallenstardust's avatar fallenstardust

移动YGOPro版本号为常量

parent eef25985
...@@ -80,7 +80,7 @@ inline FILE* mywfopen(const wchar_t* filename, const char* mode) { ...@@ -80,7 +80,7 @@ inline FILE* mywfopen(const wchar_t* filename, const char* mode) {
using namespace irr::io; using namespace irr::io;
using namespace irr::os; using namespace irr::os;
extern const unsigned short PRO_VERSION; constexpr uint16_t PRO_VERSION = 0x1362;
extern unsigned int enable_log; extern unsigned int enable_log;
extern bool exit_on_return; extern bool exit_on_return;
extern bool bot_mode; extern bool bot_mode;
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <COGLESDriver.h> #include <COGLESDriver.h>
#endif #endif
const unsigned short PRO_VERSION = 0x1362;
namespace ygo { namespace ygo {
Game* mainGame; Game* mainGame;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment