Changed map API to region API

This commit is contained in:
Kayne Ruse
2014-06-08 19:30:03 +10:00
parent b269ce5fb9
commit ba83fac29f
3 changed files with 16 additions and 60 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
#define LUA_LIB
#include "lua/lua.hpp"
#include "map_api.hpp"
#include "region_api.hpp"
/*
@@ -41,7 +41,7 @@ static const luaL_Reg loadedlibs[] = {
{LUA_DBLIBNAME, luaopen_debug},
/* custom libs */
{LUA_MAPLIBNAME, luaopen_mapapi},
{LUA_REGIONLIBNAME, luaopen_regionapi},
{NULL, NULL}
};