summaryrefslogtreecommitdiff
path: root/src/map/magic-expr-eval.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-24 22:09:54 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-24 22:31:00 -0700
commitdc0762c547cab250d4fe081706930582a27c0b46 (patch)
tree82b00bc460af9543769e4769521b2fc73fdb2437 /src/map/magic-expr-eval.hpp
parentc093f4cce643e245ab2048e0782237744208eb9f (diff)
downloadtmwa-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/magic-expr-eval.hpp')
-rw-r--r--src/map/magic-expr-eval.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/map/magic-expr-eval.hpp b/src/map/magic-expr-eval.hpp
index ae86774..8500fc0 100644
--- a/src/map/magic-expr-eval.hpp
+++ b/src/map/magic-expr-eval.hpp
@@ -22,21 +22,10 @@
# include "fwd.hpp"
-# include "../range/slice.hpp"
-
-# include "../strings/fwd.hpp"
# include "../strings/zstring.hpp"
# include "magic-interpreter.t.hpp"
-/* Helper definitions for dealing with functions and operations */
-
-int magic_signature_check(ZString opname, ZString funname, ZString signature,
- Slice<val_t> args, int line, int column);
-
-void magic_area_rect(map_local **m, int *x, int *y, int *width, int *height,
- area_t& area);
-
// TODO kill this like I killed VAR
# define ARGINT(x) args[x].v.v_int
# define ARGDIR(x) args[x].v.v_dir