summaryrefslogtreecommitdiff
path: root/src/map/intif.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-13 16:25:50 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-14 16:18:22 -0800
commit069f39e8a1ebee3e4a4ce8302d0099842876782b (patch)
tree57d8de5f57d65878f8ef560e2884b9dee08e9323 /src/map/intif.hpp
parentf9563edf69f083287630f4b17db70d97524196d6 (diff)
downloadtmwa-069f39e8a1ebee3e4a4ce8302d0099842876782b.tar.gz
tmwa-069f39e8a1ebee3e4a4ce8302d0099842876782b.tar.bz2
tmwa-069f39e8a1ebee3e4a4ce8302d0099842876782b.tar.xz
tmwa-069f39e8a1ebee3e4a4ce8302d0099842876782b.zip
Some formatting fixes before I go insane
Also delete the French translation from ladmin.
Diffstat (limited to 'src/map/intif.hpp')
-rw-r--r--src/map/intif.hpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/map/intif.hpp b/src/map/intif.hpp
index 97afce6..185ce73 100644
--- a/src/map/intif.hpp
+++ b/src/map/intif.hpp
@@ -2,30 +2,30 @@
#ifndef INTIF_HPP
#define INTIF_HPP
-int intif_parse (int fd);
+int intif_parse(int fd);
-int intif_GMmessage (const char *mes, int len, int flag);
+int intif_GMmessage(const char *mes, int len, int flag);
-int intif_wis_message (struct map_session_data *sd, const char *nick, const char *mes,
+int intif_wis_message(struct map_session_data *sd, const char *nick, const char *mes,
int mes_len);
-int intif_wis_message_to_gm (const char *Wisp_name, int min_gm_level, const char *mes,
+int intif_wis_message_to_gm(const char *Wisp_name, int min_gm_level, const char *mes,
int mes_len);
-int intif_saveaccountreg (struct map_session_data *sd);
-int intif_request_accountreg (struct map_session_data *sd);
+int intif_saveaccountreg(struct map_session_data *sd);
+int intif_request_accountreg(struct map_session_data *sd);
-int intif_request_storage (int account_id);
-int intif_send_storage (struct storage *stor);
+int intif_request_storage(int account_id);
+int intif_send_storage(struct storage *stor);
-int intif_create_party (struct map_session_data *sd, const char *name);
-int intif_request_partyinfo (int party_id);
-int intif_party_addmember (int party_id, int account_id);
-int intif_party_changeoption (int party_id, int account_id, int exp,
+int intif_create_party(struct map_session_data *sd, const char *name);
+int intif_request_partyinfo(int party_id);
+int intif_party_addmember(int party_id, int account_id);
+int intif_party_changeoption(int party_id, int account_id, int exp,
int item);
-int intif_party_leave (int party_id, int accound_id);
-int intif_party_changemap (struct map_session_data *sd, int online);
-int intif_break_party (int party_id);
-int intif_party_message (int party_id, int account_id, const char *mes, int len);
-int intif_party_checkconflict (int party_id, int account_id, const char *nick);
+int intif_party_leave(int party_id, int accound_id);
+int intif_party_changemap(struct map_session_data *sd, int online);
+int intif_break_party(int party_id);
+int intif_party_message(int party_id, int account_id, const char *mes, int len);
+int intif_party_checkconflict(int party_id, int account_id, const char *nick);
#endif