Exposed BarrierManager to the API*

This commit is contained in:
2016-04-11 01:03:02 +10:00
parent ccb7adbd10
commit f32b8a9b4f
9 changed files with 142 additions and 0 deletions
+2
View File
@@ -38,6 +38,7 @@
#include "entity_api.hpp"
#include "barrier_api.hpp"
#include "barrier_manager_api.hpp"
#include "character_api.hpp"
#include "character_manager_api.hpp"
#include "region_api.hpp"
@@ -70,6 +71,7 @@ static const luaL_Reg loadedlibs[] = {
static const luaL_Reg preloadedlibs[] = {
{TORTUGA_ENTITY_API, openEntityAPI}, //required by derived classes
{TORTUGA_BARRIER_API, openBarrierAPI},
{TORTUGA_BARRIER_MANAGER_API, openBarrierManagerAPI},
{TORTUGA_CHARACTER_API, openCharacterAPI},
{TORTUGA_CHARACTER_MANAGER_API, openCharacterManagerAPI},
{TORTUGA_CREATURE_API, openCreatureAPI},