diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 79c9e771f..b4a88ef5f 100644 --- a/include/global.h +++ b/include/global.h @@ -17,6 +17,12 @@ enum FEMALE }; +struct Coords16 +{ + s16 x; + s16 y; +}; + struct Time { s16 days; |