Changed map API to region API
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user