diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 1747446f3..8987fdf6a 100644 --- a/include/global.h +++ b/include/global.h @@ -3,6 +3,10 @@ #include "gba/gba.h" +#ifndef REVISION +#define REVISION 0 +#endif + extern u8 gStringVar1[]; extern u8 gStringVar2[]; extern u8 gStringVar3[]; |