|
EvEmu
0.8.4
11 September 2021
|
#include "eve-server.h"#include "admin/AllCommands.h"#include "admin/CommandDispatcher.h"#include "admin/AllCommandsList.h"
Go to the source code of this file.
Macros | |
| #define | COMMAND(name, role, description) into.AddCommand( #name, description, role, Command_##name ); |
Functions | |
| void | RegisterAllCommands (CommandDispatcher &into) |
| #define COMMAND | ( | name, | |
| role, | |||
| description | |||
| ) | into.AddCommand( #name, description, role, Command_##name ); |
| void RegisterAllCommands | ( | CommandDispatcher & | into | ) |
Definition at line 31 of file AllCommands.cpp.
Referenced by main().
