summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2010-06-23 07:27:17 +0000
committerJapa2010-06-23 07:27:17 +0000
commitccf3c8c845742534f0cae1135835b4cd40fe1079 (patch)
tree4a014a6704166d4bf520012b192d4ff5776c4c73 /commonTypes.h
parentd1a624de4a674c5735e43fb1b543a7fa6410e0c3 (diff)
downloadstonesense-ccf3c8c845742534f0cae1135835b4cd40fe1079.tar.gz
stonesense-ccf3c8c845742534f0cae1135835b4cd40fe1079.tar.bz2
stonesense-ccf3c8c845742534f0cae1135835b4cd40fe1079.tar.xz
made the tree sprites object oriented
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h
index 0d61f80..b107d4c 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -29,7 +29,8 @@ struct t_subSprite
uint8_t snowMax;
} ;
-struct t_SpriteWithOffset{
+struct t_SpriteWithOffset
+{
int32_t sheetIndex;
int16_t x;
int16_t y;