summaryrefslogtreecommitdiff
path: root/src/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics.h')
-rw-r--r--src/physics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physics.h b/src/physics.h
index 1ce2a9c..38a6100 100644
--- a/src/physics.h
+++ b/src/physics.h
@@ -36,6 +36,7 @@ typedef struct {
itc_chan ctl;
SDL_mutex *rotate_lock;
int64_t frame_index; // to avoid re-drawing the same fields
+ int64_t step_real_time;
} phy_sim;
void phy_sim_destroy(phy_sim *sim);