diff options
Diffstat (limited to 'src/emap/atcommand.h')
-rw-r--r-- | src/emap/atcommand.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emap/atcommand.h b/src/emap/atcommand.h index 95e7e75..24e4a4c 100644 --- a/src/emap/atcommand.h +++ b/src/emap/atcommand.h @@ -18,10 +18,18 @@ const char* eatcommand_msgfd_pre(int *fdPtr, const char* command __attribute__ ((unused)), \ const char* message, \ struct AtCommandInfo *info) +#define ACMD3(x) bool atcommand_ ## x (const int fd __attribute__ ((unused)), \ + struct map_session_data* sd, \ + const char* command __attribute__ ((unused)), \ + const char* message __attribute__ ((unused)), \ + struct AtCommandInfo *info __attribute__ ((unused))) ACMD2(setSkill); ACMD2(slide); +ACMD3(hugo); +ACMD3(linus); ACMD1(mapExit); ACMD1(serverExit); + #endif // EVOL_MAP_ATCOMMAND |