2024-02-20 17:51:59 +00:00
|
|
|
#include "bmpload.h"
|
|
|
|
#include "system/vga.h"
|
|
|
|
|
2024-02-21 13:25:55 +00:00
|
|
|
void clearArenaRedrawRequests();
|
|
|
|
void redrawArena();
|
2024-02-20 17:51:59 +00:00
|
|
|
void drawOnlyArena(struct SpriteBounds *bounds);
|
|
|
|
void buildArena();
|
|
|
|
void setupWallSprites(struct BMPImage *);
|