summaryrefslogtreecommitdiff
path: root/sim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sim.hpp')
-rw-r--r--sim.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim.hpp b/sim.hpp
index 2b52c6d..4833d60 100644
--- a/sim.hpp
+++ b/sim.hpp
@@ -156,6 +156,8 @@ typedef struct {
Ball ball;
float bottom_y; // if y goes below here, it's over
+ float distance_traveled;
+
Font font;
float platform_thickness;