diff options
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 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 (); |
