summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index 8cd2e55..c5a261d 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -164,7 +164,7 @@ 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, int lm, int lx, int ly, int cx, int cy);
+int draw_debug_info(pixel* vid, int lm, int lx, int ly, int cx, int cy, int line_x, int line_y);
#ifdef OpenGL
void Enable2D ();