Commit 6074f4b7 authored by wind2009's avatar wind2009

Merge branch 'server' into server-develop

parents e4990422 7a0defb4
#include "config.h"
#include "game.h"
#ifdef YGOPRO_SERVER_MODE
#include <thread>
#include "myfilesystem.h"
#include "data_manager.h"
#include "deck_manager.h"
......@@ -27,6 +26,7 @@ namespace irr {
#include "netserver.h"
#include "single_mode.h"
#endif //YGOPRO_SERVER_MODE
#include <thread>
const unsigned short PRO_VERSION = 0x1361;
......
This diff is collapsed.
Subproject commit dc1e9c42af39de74117829abf8eac715e6112556
Subproject commit 1701452d060a740c9d9cb796b2711550f5fb517e
Subproject commit db28e4a03749e11492bfba6358004dba2a432b9e
Subproject commit a852e8e7d21eb61d043838fdd86170bef911871d
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