diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-24 22:09:54 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-24 22:31:00 -0700 |
commit | dc0762c547cab250d4fe081706930582a27c0b46 (patch) | |
tree | 82b00bc460af9543769e4769521b2fc73fdb2437 /src/map/clif.cpp | |
parent | c093f4cce643e245ab2048e0782237744208eb9f (diff) | |
download | tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.gz tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.bz2 tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.xz tmwa-dc0762c547cab250d4fe081706930582a27c0b46.zip |
Conform magic headers to the decl/def rule
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r-- | src/map/clif.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp index b19c7eb..0a6406b 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -51,6 +51,7 @@ #include "intif.hpp" #include "itemdb.hpp" #include "magic.hpp" +#include "magic-stmt.hpp" #include "map.hpp" #include "npc.hpp" #include "party.hpp" |