diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-10 19:42:55 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-10 19:42:55 (GMT) |
| commit | 948fd376b4aae29b961822005cd503d9eb0fbf41 (patch) | |
| tree | 4f6a3e62c993bc7a79bcad452ad501143906e493 /includes/graphics.h | |
| parent | 9c9f6b2287b028f7d0367308c7669e0ba8960a36 (diff) | |
| download | powder-948fd376b4aae29b961822005cd503d9eb0fbf41.zip powder-948fd376b4aae29b961822005cd503d9eb0fbf41.tar.gz | |
Starting on jumptable/function pointers for graphics, only FIRE is implemented
Diffstat (limited to 'includes/graphics.h')
| -rw-r--r-- | includes/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h index 90dd4a7..8061e7c 100644 --- a/includes/graphics.h +++ b/includes/graphics.h @@ -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); |
