diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-08-05 17:58:03 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-08-05 17:58:03 +0200 |
| commit | 4efe5ad6f9c8abb53df1e06921ce010ced24868e (patch) | |
| tree | 24bae4ac1f561fec6af339ab0a2ce7de0ad28718 /Sprite.h | |
| parent | c501d0e4e732e09a4a75d873e976b2c801ef7920 (diff) | |
| download | pocketempires-4efe5ad6f9c8abb53df1e06921ce010ced24868e.tar.gz | |
* Sprite data width and height is now extracted from Sprite class.
Diffstat (limited to 'Sprite.h')
| -rw-r--r-- | Sprite.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ class Sprite { _cam = cam; }; + static uint8_t getWidth(const uint8_t* const pu8SprData); + static uint8_t getHeight(const uint8_t* const pu8SprData); private: const uint8_t* _pu8SprData; |
