EvEmu
0.8.4
11 September 2021
|
#include "admin/CommandDB.h"
#include "PyServiceMgr.h"
#include "PyCallable.h"
#include "Client.h"
#include "EntityList.h"
#include "admin/AllCommandsList.h"
Go to the source code of this file.
Macros | |
#define | COMMAND(name, role, description) PyResult Command_##name(Client *who, CommandDB *db, PyServiceMgr *services, const Seperator &args); |
Functions | |
void | RegisterAllCommands (CommandDispatcher &into) |
#define COMMAND | ( | name, | |
role, | |||
description | |||
) | PyResult Command_##name(Client *who, CommandDB *db, PyServiceMgr *services, const Seperator &args); |
Definition at line 45 of file AllCommands.h.
void RegisterAllCommands | ( | CommandDispatcher & | into | ) |
Definition at line 31 of file AllCommands.cpp.
Referenced by main().