diff options
Diffstat (limited to 'gfx-iso/include/isogfx/isogfx.h')
-rw-r--r-- | gfx-iso/include/isogfx/isogfx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx-iso/include/isogfx/isogfx.h b/gfx-iso/include/isogfx/isogfx.h index e96606c..3421a7b 100644 --- a/gfx-iso/include/isogfx/isogfx.h +++ b/gfx-iso/include/isogfx/isogfx.h | |||
@@ -123,6 +123,9 @@ void isogfx_draw_tile(IsoGfx*, int x, int y, Tile); | |||
123 | /// Resize the virtual screen's dimensions. | 123 | /// Resize the virtual screen's dimensions. |
124 | bool isogfx_resize(IsoGfx*, int screen_width, int screen_height); | 124 | bool isogfx_resize(IsoGfx*, int screen_width, int screen_height); |
125 | 125 | ||
126 | /// Get the virtual screen's dimensions. | ||
127 | void isogfx_get_screen_size(const IsoGfx*, int* width, int* height); | ||
128 | |||
126 | /// Return a pointer to the virtual screen's colour buffer. | 129 | /// Return a pointer to the virtual screen's colour buffer. |
127 | /// | 130 | /// |
128 | /// Call after each call to isogfx_render() to retrieve the render output. | 131 | /// Call after each call to isogfx_render() to retrieve the render output. |