From 6e565a64b6a89e943c95e5b001aadd38727abe01 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Mar 2015 16:08:07 +0300 Subject: map: translate server to client text messages. --- src/map/atcommand.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/map/atcommand.h (limited to 'src/map/atcommand.h') diff --git a/src/map/atcommand.h b/src/map/atcommand.h new file mode 100644 index 0000000..bc3243a --- /dev/null +++ b/src/map/atcommand.h @@ -0,0 +1,10 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_ATCOMMAND +#define EVOL_MAP_ATCOMMAND + +const char* eatcommand_msgsd(struct map_session_data *sd, int *msgPtr); +const char* eatcommand_msgfd(int *fdPtr, int *msgPtr); + +#endif // EVOL_MAP_ATCOMMAND -- cgit v1.2.3-70-g09d2