normalize includes: gm commands

This commit is contained in:
brainiac
2025-12-18 01:06:22 -08:00
committed by Alex
parent 2af5f99fff
commit 2bff404d22
293 changed files with 455 additions and 644 deletions
+3 -7
View File
@@ -1,8 +1,7 @@
#ifndef EQEMU_DOOR_MANIPULATION_H
#define EQEMU_DOOR_MANIPULATION_H
#pragma once
#include "../client.h"
#include "../../common/repositories/tool_game_objects_repository.h"
#include "common/repositories/tool_game_objects_repository.h"
#include "zone/client.h"
class DoorManipulation {
@@ -18,6 +17,3 @@ public:
std::vector<ToolGameObjectsRepository::ToolGameObjects> game_objects
);
};
#endif //EQEMU_DOOR_MANIPULATION_H