diff options
Diffstat (limited to 'sim.hpp')
-rw-r--r-- | sim.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |