| 91 | void packwritebody(pixel (*tile)[TILE_X], char **planes, int tileno); |
| 92 | |
| 93 | void |
| 94 | error(char *str) |
| 95 | { |
| 96 | fprintf(stderr, "ERROR: %s\n", str); |
| 97 | } |
| 98 | |
| 99 | /* |
| 100 | * This array maps the image colors to the amiga's first 16 colors. The |
no test coverage detected