aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/camera.h')
-rw-r--r--yage/core/camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yage/core/camera.h b/yage/core/camera.h
index ba07d423..63bf15ca 100644
--- a/yage/core/camera.h
+++ b/yage/core/camera.h
@@ -30,6 +30,7 @@ public:
void update(Shader &program);
void move(const glm::vec2 &direction);
+ void zoom(float factor);
};
} // namespace yage