aboutsummaryrefslogtreecommitdiffstats
path: root/src/Script/entityx/entity_lua.hpp
blob: bcad91cddf8832d9c9c534824b06d7871ed3fa1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ENTITY_LUA_HPP
#define ENTITY_LUA_HPP

#include <map>
#include <type_traits>

#include <lua.hpp>
#include <entityx/entityx.h>

#include <Script/entityx/LuaTypes.hpp>
#include <Script/entityx/EntityLua.hpp>

#endif//ENTITY_LUA_HPP