Starting on jumptable/function pointers for graphics, only FIRE is implemented

This commit is contained in:
Simon Robertshaw
2011-10-10 20:42:55 +01:00
parent 9c9f6b2287
commit 948fd376b4
6 changed files with 243 additions and 161 deletions

View File

@@ -135,6 +135,8 @@ void xor_rect(pixel *vid, int x, int y, int w, int h);
void blend_line(pixel *vid, int x1, int y1, int x2, int y2, int r, int g, int b, int a);
void render_parts(pixel *vid);
void draw_parts(pixel *vid);
void draw_walls(pixel *vid);