Add proper lua api deprecated handling

This commit is contained in:
sapier
2014-04-29 17:47:34 +02:00
parent c03d7dc8a7
commit b5acec0a3c
11 changed files with 75 additions and 3 deletions

View File

@@ -98,3 +98,8 @@ void GameScripting::InitializeModApi(lua_State *L, int top)
ObjectRef::Register(L);
LuaSettings::Register(L);
}
void log_deprecated(std::string message)
{
log_deprecated(NULL,message);
}