Commit da0cd22b authored by nanahira's avatar nanahira

compat android

parent 3fec1b3a
......@@ -8,9 +8,13 @@
#ifndef INTERPRETER_H_
#define INTERPRETER_H_
#ifdef _IRR_ANDROID_PLATFORM_
#include "lua.hpp"
#else
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#endif
#include "common.h"
#include <unordered_map>
#include <list>
......
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