summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/gfx.h')
-rw-r--r--include/rodeo/gfx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h
index 151bdda..05ce7d0 100644
--- a/include/rodeo/gfx.h
+++ b/include/rodeo/gfx.h
@@ -19,6 +19,12 @@ rodeo_gfx_frame_begin(void);
void
rodeo_gfx_frame_end(void);
+float
+rodeo_gfx_width_get(void);
+
+float
+rodeo_gfx_height_get(void);
+
cstr
rodeo_gfx_renderer_name_get(void);