mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
added audio and scrolling_tricks
This commit is contained in:
12
scrolling_tricks/map.h
Normal file
12
scrolling_tricks/map.h
Normal file
@ -0,0 +1,12 @@
|
||||
struct RawMap
|
||||
{
|
||||
WORD mapwidth;
|
||||
WORD mapheight;
|
||||
WORD maplayers;
|
||||
WORD blockwidth;
|
||||
WORD blockheight;
|
||||
BYTE bytesperblock;
|
||||
BYTE transparentblock;
|
||||
UBYTE data[1];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user