Commit 3df874cc authored by yybbwc's avatar yybbwc Committed by GitHub

Move PRO_VERSION to config.h (#2695)

* 减少一个extern

* bump version

---------
Co-authored-by: Chen Bill's avatarsalix5 <salix5566@gmail.com>
parent 3d07e92b
......@@ -80,7 +80,7 @@ inline FILE* mywfopen(const wchar_t* filename, const char* mode) {
#include <irrlicht.h>
extern const unsigned short PRO_VERSION;
constexpr uint16_t PRO_VERSION = 0x1362;
extern unsigned int enable_log;
extern bool exit_on_return;
extern bool open_file;
......
......@@ -12,8 +12,6 @@
#include "single_mode.h"
#include <thread>
const unsigned short PRO_VERSION = 0x1362;
namespace ygo {
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