aboutsummaryrefslogtreecommitdiffstats
path: root/src/Script/entityx/entity_lua.hpp
blob: 034640a06fff1c7853ee482d2e97b6a815fba721 (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.h>

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

#endif//ENTITY_LUA_HPP