summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index af7a749..e43b6dc 100644
--- a/include/types.h
+++ b/include/types.h
@@ -34,4 +34,10 @@ struct SpriteGroup
};
// size: 0xB8
+struct Coord16
+{
+ u16 x;
+ u16 y;
+};
+
#endif // GUARD_TYPES_H