From c0203de808a98d27446e01c6b7e9f9311a5ad3bf Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 20 May 2016 11:45:24 -0700 Subject: sprite.c and updated preproc --- include/global.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/global.h') 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; -- cgit v1.2.3