Commit 0d5ed7f2 authored by mercury233's avatar mercury233

Merge branch 'master' of https://github.com/Fluorohydride/ygopro into server

parents 82160119 f8999db9
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "config.h" #include "config.h"
#include "sqlite3.h" #include "sqlite3.h"
#ifndef YGOPRO_SERVER_MODE #ifndef YGOPRO_SERVER_MODE
#include "spmemvfs.h" #include "spmemvfs/spmemvfs.h"
#endif #endif
#include "client_card.h" #include "client_card.h"
#include <unordered_map> #include <unordered_map>
......
project "cspmemvfs"
kind "StaticLib"
files { "**.c", "**.h" }
configuration "windows"
includedirs { "../../sqlite3" }
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