mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 14:41:29 +02:00
Starting on jumptable/function pointers for graphics, only FIRE is implemented
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user