Established a connection between the Region objects and lua

This commit is contained in:
Kayne Ruse
2014-03-28 04:11:34 +11:00
parent 38b603fc8f
commit 4cff57fe71
5 changed files with 58 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "lua/lua.hpp"
#define LUA_REGIONLIBNAME "region"
#define LUA_REGIONLIBNAME "Region"
LUAMOD_API int luaopen_regionapi(lua_State* L);
#endif