about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 295528b0..05c1b961 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -750,6 +750,8 @@ int client_tickspeed();
 void gfx_pretty_text(float x, float y, float size, const char *text);
 float gfx_pretty_text_width(float size, const char *text);
 
+void gfx_getscreen(float *tl_x, float *tl_y, float *br_x, float *br_y);
+
 void mods_message(int msg, int client_id);
 void modc_message(int msg);