Filled out some barrier stuff

This commit is contained in:
2016-04-03 21:27:48 +10:00
parent f23b929f8a
commit 235f3b57e0
7 changed files with 221 additions and 13 deletions
+2
View File
@@ -37,6 +37,7 @@
#include "lua.hpp"
#include "entity_api.hpp"
#include "barrier_api.hpp"
#include "character_api.hpp"
#include "character_manager_api.hpp"
#include "region_api.hpp"
@@ -68,6 +69,7 @@ static const luaL_Reg loadedlibs[] = {
//these libs are preloaded and must be required before used
static const luaL_Reg preloadedlibs[] = {
{TORTUGA_ENTITY_API, openEntityAPI}, //required by derived classes
{TORTUGA_BARRIER_API, openBarrierAPI},
{TORTUGA_CHARACTER_API, openCharacterAPI},
{TORTUGA_CHARACTER_MANAGER_API, openCharacterManagerAPI},
{TORTUGA_CREATURE_API, openCreatureAPI},