diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/isogfx/isogfx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/isogfx/isogfx.h b/include/isogfx/isogfx.h index 93c6d4e..e901231 100644 --- a/include/isogfx/isogfx.h +++ b/include/isogfx/isogfx.h | |||
@@ -102,6 +102,9 @@ void isogfx_set_sprite_animation(IsoGfx*, Sprite, int animation); | |||
102 | /// Currently this updates the sprite animations. | 102 | /// Currently this updates the sprite animations. |
103 | void isogfx_update(IsoGfx*, double t); | 103 | void isogfx_update(IsoGfx*, double t); |
104 | 104 | ||
105 | /// Set the camera. | ||
106 | void isogfx_set_camera(IsoGfx*, int x, int y); | ||
107 | |||
105 | /// Render the world. | 108 | /// Render the world. |
106 | void isogfx_render(IsoGfx*); | 109 | void isogfx_render(IsoGfx*); |
107 | 110 | ||