We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af6b06 commit 93c98c8Copy full SHA for 93c98c8
Client/mods/deathmatch/logic/luadefs/CLuaObjectDefs.cpp
@@ -11,9 +11,6 @@
11
12
#include "StdInc.h"
13
#include <lua/CLuaFunctionParser.h>
14
-#include "CLodModels.h"
15
-#include "CClientObjectManager.h"
16
-#include "CClientBuildingManager.h"
17
18
void CLuaObjectDefs::LoadFunctions()
19
{
Client/mods/deathmatch/logic/luadefs/CLuaObjectDefs.h
@@ -43,7 +43,4 @@ class CLuaObjectDefs : public CLuaDefs
43
LUA_DECLARE(ToggleObjectRespawn);
44
LUA_DECLARE(SetObjectMass);
45
LUA_DECLARE(SetObjectProperty);
46
-
47
- // Object util func
48
- static bool IsValidObjectModel(std::uint32_t id, std::optional<std::string> modelPurpose) noexcept;
49
};
0 commit comments