summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index bc3243a..ab970c6 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -7,4 +7,8 @@
const char* eatcommand_msgsd(struct map_session_data *sd, int *msgPtr);
const char* eatcommand_msgfd(int *fdPtr, int *msgPtr);
+#define ACMD2(x) bool atcommand_ ## x (const int fd, struct map_session_data* sd, const char* command __attribute__ ((unused)), const char* message, struct AtCommandInfo *info)
+
+ACMD2(setSkill);
+
#endif // EVOL_MAP_ATCOMMAND