Fix accidental switch/teleporter behavior changes
[neverball] / share / solid_sim.h
index 2601a66..f57b2b3 100644 (file)
 
 /*---------------------------------------------------------------------------*/
 
-void sol_init_sim(s_file *);
+void sol_init_sim(struct s_file *);
 void sol_quit_sim(void);
 
-float sol_step(s_file *, const float *, float, int, int *);
+float sol_step(struct s_file *, const float *, float, int, int *);
 
 /*---------------------------------------------------------------------------*/