System info & network
This commit is contained in:
9
code/physics/simulation.h
Normal file
9
code/physics/simulation.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _PIUMA_PHYSICS_SIMULATION_H_
|
||||
#define _PIUMA_PHYSICS_SIMULATION_H_
|
||||
|
||||
#include "world.h"
|
||||
|
||||
void phy_integrate(phy_world *world, f64 delta_t);
|
||||
void phy_simulate(phy_world *world, f64 delta_t);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user