summaryrefslogtreecommitdiff
path: root/game/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/environment.h')
-rw-r--r--game/environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/environment.h b/game/environment.h
index a6f3036..6a2e1ad 100644
--- a/game/environment.h
+++ b/game/environment.h
@@ -11,6 +11,7 @@ public:
Environment();
void tick(TickDuration elapsed) override;
void render(const SceneRenderer &, const SceneProvider &) const;
+ Direction2D getSunPos() const;
static Direction2D getSunPos(const Direction2D position, const time_t time);
private: