diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-11 20:07:15 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-11 18:07:15 -0800 |
commit | 510f104706cb1420b41a0ca8d96cb2b522b38c01 (patch) | |
tree | 94dc7a8da5d3374f3c51cdac2d88dbec2b22509f /include/var.h | |
parent | 52aba81f3498eb2cdccbb2819bf2202cd8b4b755 (diff) |
more cleanup (#98)
Diffstat (limited to 'include/var.h')
-rw-r--r-- | include/var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/var.h b/include/var.h index ada8caf24..c76b8c411 100644 --- a/include/var.h +++ b/include/var.h @@ -1,6 +1,8 @@ #ifndef GUARD_VAR_H #define GUARD_VAR_H +#include "vars.h" + u16 *GetVarPointer(u16 id); u16 VarGet(u16 id); bool8 VarSet(u16 id, u16 value); |