summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/isogfx/isogfx.h3
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.
103void isogfx_update(IsoGfx*, double t); 103void isogfx_update(IsoGfx*, double t);
104 104
105/// Set the camera.
106void isogfx_set_camera(IsoGfx*, int x, int y);
107
105/// Render the world. 108/// Render the world.
106void isogfx_render(IsoGfx*); 109void isogfx_render(IsoGfx*);
107 110