summaryrefslogtreecommitdiff
path: root/src/net/eathena/maprecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maprecv.h')
-rw-r--r--src/net/eathena/maprecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/maprecv.h b/src/net/eathena/maprecv.h
index 8a566a218..3bb2cce05 100644
--- a/src/net/eathena/maprecv.h
+++ b/src/net/eathena/maprecv.h
@@ -34,6 +34,7 @@ namespace EAthena
void processInstanceCreate(Net::MessageIn &msg);
void processInstanceInfo(Net::MessageIn &msg);
void processInstanceDelete(Net::MessageIn &msg);
+ void processSetTilesType(Net::MessageIn &msg);
} // namespace MapRecv
} // namespace EAthena