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
+2 -6
View File
@@ -1,7 +1,6 @@
#ifndef EQEMU_OBJECT_MANIPULATION_H
#define EQEMU_OBJECT_MANIPULATION_H
#pragma once
#include "../client.h"
#include "zone/client.h"
class ObjectManipulation {
@@ -10,6 +9,3 @@ public:
static void CommandHeader(Client *c);
static void SendSubcommands(Client *c);
};
#endif //EQEMU_OBJECT_MANIPULATION_H