mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 21:21:30 +00:00
9 lines
162 B
C++
Executable File
9 lines
162 B
C++
Executable File
#include "object_manipulation.h"
|
|
|
|
#include "zone/client.h"
|
|
|
|
void command_object(Client *c, const Seperator *sep)
|
|
{
|
|
ObjectManipulation::CommandHandler(c, sep);
|
|
}
|