Renamed monsters to creatures in the code

This commit is contained in:
2016-03-21 19:49:41 +11:00
parent a86a41ad46
commit 13e67746b4
9 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -23,5 +23,5 @@
#include "lua.hpp"
#define TORTUGA_MONSTER_MANAGER_API "monster_manager"
LUAMOD_API int openMonsterManagerAPI(lua_State* L);
#define TORTUGA_CREATURE_MANAGER_API "creature_manager"
LUAMOD_API int openCreatureManagerAPI(lua_State* L);