Commit cad292fe authored by nanahira's avatar nanahira

support cmake in ygosharp

parent d3f8c2bc
......@@ -9,7 +9,7 @@
#define INTERPRETER_H_
extern "C" {
#ifdef WIN32
#if defined(WIN32) && !defined(YGOPRO_USE_YGOSHARP)
#include <lua/lua.h>
#include <lua/lauxlib.h>
#include <lua/lualib.h>
......
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