From b52127bcbf817ff8285b36d22198b275327e16bb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 16 Dec 2012 17:47:51 -0800 Subject: Cleanup headers and remove all uses of va_list except logging --- src/map/script.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/map/script.hpp') diff --git a/src/map/script.hpp b/src/map/script.hpp index 6f6c910..03ff950 100644 --- a/src/map/script.hpp +++ b/src/map/script.hpp @@ -1,7 +1,8 @@ -// $Id: script.h,v 1.2 2004/09/25 05:32:19 MouseJstr Exp $ #ifndef SCRIPT_HPP #define SCRIPT_HPP +#include + // values are private, but gcc < 4.6 doesn't // support forward-declared enums enum class ScriptCode : uint8_t @@ -79,7 +80,7 @@ typedef struct argrec _aru(const char *z) : s(z) {} } v; } argrec_t; -int run_script_l(const ScriptCode *, int, int, int, int, argrec_t * args); +int run_script_l(const ScriptCode *, int, int, int, int, argrec_t *args); int run_script(const ScriptCode *, int, int, int); struct dbt *script_get_label_db(void); @@ -91,4 +92,4 @@ void do_final_script(void); extern char mapreg_txt[]; -#endif +#endif // SCRIPT_HPP -- cgit v1.2.3-60-g2f50