From 45e50b871d9a9e3d389b0eb1536a597d511e4f77 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 5 Nov 2016 12:24:14 -0700 Subject: introduce flag constants --- include/flag.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/flag.h') diff --git a/include/flag.h b/include/flag.h index bb565bae0..8f4c01b02 100644 --- a/include/flag.h +++ b/include/flag.h @@ -1,6 +1,8 @@ #ifndef GUARD_FLAG_H #define GUARD_FLAG_H +#include "flags.h" + u8 *GetFlagPointer(u16 id); u8 FlagSet(u16 id); u8 FlagReset(u16 id); -- cgit v1.2.3