Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Nov 25, 2024
1 parent 5af6b06 commit 93c98c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Client/mods/deathmatch/logic/luadefs/CLuaObjectDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

#include "StdInc.h"
#include <lua/CLuaFunctionParser.h>
#include "CLodModels.h"
#include "CClientObjectManager.h"
#include "CClientBuildingManager.h"

void CLuaObjectDefs::LoadFunctions()
{
Expand Down
3 changes: 0 additions & 3 deletions Client/mods/deathmatch/logic/luadefs/CLuaObjectDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ class CLuaObjectDefs : public CLuaDefs
LUA_DECLARE(ToggleObjectRespawn);
LUA_DECLARE(SetObjectMass);
LUA_DECLARE(SetObjectProperty);

// Object util func
static bool IsValidObjectModel(std::uint32_t id, std::optional<std::string> modelPurpose) noexcept;
};

0 comments on commit 93c98c8

Please sign in to comment.