summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 6101c4f7a..69e6eed0b 100644
--- a/src/game.h
+++ b/src/game.h
@@ -36,6 +36,11 @@ struct RunStats {
Jitter dtime_jitter, busy_time_jitter;
};
+struct CameraOrientation {
+ f32 camera_yaw; // "right/left"
+ f32 camera_pitch; // "up/down"
+};
+
void the_game(bool *kill,
bool random_input,
InputHandler *input,