diff options
Diffstat (limited to 'include/rodeo/gfx.h')
| -rw-r--r-- | include/rodeo/gfx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h index 05ce7d0..0195f49 100644 --- a/include/rodeo/gfx.h +++ b/include/rodeo/gfx.h @@ -25,6 +25,12 @@ rodeo_gfx_width_get(void); float rodeo_gfx_height_get(void); +rodeo_rectangle_t +rodeo_gfx_letterbox_first_get(void); + +rodeo_rectangle_t +rodeo_gfx_letterbox_second_get(void); + cstr rodeo_gfx_renderer_name_get(void); |
