diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-11-08 12:35:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-11-08 12:35:07 (GMT) |
| commit | c983de144d180bc094467aba6e51ad068b0e22cd (patch) | |
| tree | 4c33e16d1884fdd7b96a396aa1ec3a46d878b9a4 /includes | |
| parent | bc2b5e794559867ac449fe53c23e8a6398c39258 (diff) | |
| download | powder-c983de144d180bc094467aba6e51ad068b0e22cd.zip powder-c983de144d180bc094467aba6e51ad068b0e22cd.tar.gz | |
Cursor in ZooM
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h index f86158a..b704a54 100644 --- a/includes/graphics.h +++ b/includes/graphics.h @@ -174,6 +174,10 @@ void blend_line(pixel *vid, int x1, int y1, int x2, int y2, int r, int g, int b, void render_parts(pixel *vid); +#ifdef OGLR +void draw_parts_fbo(); +#endif + void draw_parts(pixel *vid); void draw_walls(pixel *vid); |
