mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-03 12:23:55 +00:00
12 lines
221 B
C++
12 lines
221 B
C++
#pragma once
|
|
|
|
#include "zone/client.h"
|
|
|
|
class ObjectManipulation {
|
|
|
|
public:
|
|
static void CommandHandler(Client *c, const Seperator *sep);
|
|
static void CommandHeader(Client *c);
|
|
static void SendSubcommands(Client *c);
|
|
};
|