diff options
| author | Japa | 2010-06-23 07:27:17 +0000 |
|---|---|---|
| committer | Japa | 2010-06-23 07:27:17 +0000 |
| commit | ccf3c8c845742534f0cae1135835b4cd40fe1079 (patch) | |
| tree | 4a014a6704166d4bf520012b192d4ff5776c4c73 /commonTypes.h | |
| parent | d1a624de4a674c5735e43fb1b543a7fa6410e0c3 (diff) | |
| download | stonesense-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.h | 3 |
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;
|
