summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-12-06 14:15:43 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-12-06 14:15:49 -0800
commit3eea219548e84efdbc3148ce378fcba865f97a01 (patch)
tree6ece594f60ddff038cf9c1d94b99d8d66a00bc20 /src/map/clif.hpp
parent1458563f00deebbbcf3e8049dc90157fb825fae3 (diff)
downloadtmwa-3eea219548e84efdbc3148ce378fcba865f97a01.tar.gz
tmwa-3eea219548e84efdbc3148ce378fcba865f97a01.tar.bz2
tmwa-3eea219548e84efdbc3148ce378fcba865f97a01.tar.xz
tmwa-3eea219548e84efdbc3148ce378fcba865f97a01.zip
Add basic source formatting tools
Diffstat (limited to 'src/map/clif.hpp')
-rw-r--r--src/map/clif.hpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/map/clif.hpp b/src/map/clif.hpp
index a605e73..bf7393c 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -1,20 +1,20 @@
#ifndef CLIF_HPP
#define CLIF_HPP
-#include "clif.t.hpp"
+# include "clif.t.hpp"
-#include <functional>
+# include <functional>
-#include "../strings/fwd.hpp"
+# include "../strings/fwd.hpp"
-#include "../common/const_array.hpp"
-#include "../common/ip.hpp"
-#include "../common/timer.t.hpp"
+# include "../common/const_array.hpp"
+# include "../common/ip.hpp"
+# include "../common/timer.t.hpp"
-#include "battle.t.hpp"
-#include "map.hpp"
-#include "pc.t.hpp"
-#include "skill.t.hpp"
+# include "battle.t.hpp"
+# include "map.hpp"
+# include "pc.t.hpp"
+# include "skill.t.hpp"
void clif_setip(IP4Address);
void clif_setport(int);