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_API "monster"
LUAMOD_API int openMonsterAPI(lua_State* L);
#define TORTUGA_CREATURE_API "creature"
LUAMOD_API int openCreatureAPI(lua_State* L);