mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
Add fixed Lynx sprite generation
This commit is contained in:
parent
aed6591b19
commit
b4aa853e6f
@ -54,9 +54,9 @@
|
||||
|
||||
|
||||
StrBuf* GenLynxSprite (const Bitmap* B, const Collection* A);
|
||||
/* Generate binary output in packed Lynx sprite format for the bitmap B. The output
|
||||
** is stored in a string buffer (which is actually a dynamic char array) and
|
||||
** returned.
|
||||
/* Generate binary output in packed Lynx sprite format for the bitmap B.
|
||||
** The output is stored in a string buffer (which is actually a dynamic
|
||||
** char array) and returned.
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user