Move wall drawing to graphics.c

This commit is contained in:
Simon Robertshaw
2011-05-14 13:28:02 +01:00
parent d0f236d6b9
commit 16f014b06a
7 changed files with 219 additions and 502 deletions

View File

@@ -114,6 +114,8 @@ void xor_rect(pixel *vid, int x, int y, int w, int h);
void draw_parts(pixel *vid);
void draw_walls(pixel *vid);
void draw_decorations(pixel *vid_buf,pixel *decorations);
void draw_wavelengths(pixel *vid, int x, int y, int h, int wl);