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/vars.h | |
parent | 52aba81f3498eb2cdccbb2819bf2202cd8b4b755 (diff) |
more cleanup (#98)
Diffstat (limited to 'include/vars.h')
-rw-r--r-- | include/vars.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h new file mode 100644 index 000000000..db6f097b7 --- /dev/null +++ b/include/vars.h @@ -0,0 +1,6 @@ +#ifndef GUARD_VARS_H +#define GUARD_VARS_H + +#define VAR_REPEL_STEP_COUNT 0x4021 + +#endif // GUARD_VARS_H |