summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-22 10:47:45 -0200
committershennetsind <ind@henn.et>2013-11-22 10:47:45 -0200
commita724476174cd691704a51f60e540513bae743432 (patch)
tree7d1935a7640e9e2c2594df931e450dfc55576f3f /src/map/atcommand.h
parent0ba8a5b1792225f736ef96603e2ceb40a90e38e4 (diff)
downloadhercules-a724476174cd691704a51f60e540513bae743432.tar.gz
hercules-a724476174cd691704a51f60e540513bae743432.tar.bz2
hercules-a724476174cd691704a51f60e540513bae743432.tar.xz
hercules-a724476174cd691704a51f60e540513bae743432.zip
Minor HPMi Sub Modifications
- HPMi->addCommand is now addAtcommand, dropped usage of ACMD_A() - HPMi->addScript is now addScriptCommand, dropped usage of BUILDIN_A() - HPMi->addCPCommand is now addCPCommand, dropped necessity of CPCMD_A() - HPMi->addPacket is now addPacket, 5th param (HPMi->pid) is now automatically filled by the macro, therefore param count drops to 4 (packetID,packetLength,packetFunction,packetIncomingPoint). There is no longer necessity to check for the availability of the commands, the macros will do it on their own and drop a warning about it upon failure. These changes won't affect pre-compiled plugins. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 6b5a52fcb..d01f00d8e 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -122,6 +122,5 @@ void atcommand_defaults(void);
/* stay here */
#define ACMD(x) static bool atcommand_ ## x (const int fd, struct map_session_data* sd, const char* command, const char* message, struct AtCommandInfo *info)
-#define ACMD_A(x) atcommand_ ## x
#endif /* _ATCOMMAND_H_ */