Alex 'AdUser' Z
11 years ago
2 changed files with 6 additions and 0 deletions
@ -1,3 +1,6 @@ |
|||||||
|
#ifndef HAS_BITMAP_H |
||||||
typedef uint16_t bitmap_t[16]; |
typedef uint16_t bitmap_t[16]; |
||||||
|
|
||||||
int bitmap_compare(bitmap_t *a, bitmap_t *b); |
int bitmap_compare(bitmap_t *a, bitmap_t *b); |
||||||
|
#endif |
||||||
|
#define HAS_BITMAP_H |
||||||
|
Loading…
Reference in new issue