mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
more outfactoring of common functionality and data
This commit is contained in:
@ -38,4 +38,7 @@
|
||||
|
||||
#define PALSIZE (BLOCKSCOLORS * 2)
|
||||
|
||||
#define IS_BITMAP_INTERLEAVED(bitmap) ((GetBitMapAttr(bitmap, BMA_FLAGS) & BMF_INTERLEAVED) == BMF_INTERLEAVED)
|
||||
#define ROUND2BLOCKWIDTH(x) ((x) & ~(BLOCKWIDTH - 1))
|
||||
|
||||
#endif /* __GLOBAL_DEFS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user