summaryrefslogtreecommitdiff
path: root/includes/graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-08-11 19:12:52 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-11 19:12:52 (GMT)
commitd5435c50a966c0fb5a0c62a5af7aa834ccf9e48d (patch)
treedece342fdb3f1245d8f962183a37a334a89ddeaf /includes/graphics.h
parent4f8720eecc034fcbb91fb5045bd7670140ba2f2f (diff)
downloadpowder-d5435c50a966c0fb5a0c62a5af7aa834ccf9e48d.zip
powder-d5435c50a966c0fb5a0c62a5af7aa834ccf9e48d.tar.gz
Debug info for particles allocation
Diffstat (limited to 'includes/graphics.h')
-rw-r--r--includes/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index bafe9db..80dd77c 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -160,6 +160,8 @@ void render_cursor(pixel *vid, int x, int y, int t, int rx, int ry);
int sdl_open(void);
+int draw_debug_info(pixel* vid);
+
#ifdef OpenGL
void Enable2D ();
void RenderScene ();