diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2016-10-03 03:42:17 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2016-10-03 14:40:47 +0200 |
commit | 1d09c27ba4b94e677b66d8d2c2b9e38f7829ad38 (patch) | |
tree | 351b7c0487f33970445104992aaa4dd80f486e34 /servers/physics/space_sw.h | |
parent | 78d97b060a6873a454e710380cb9ef1bde5e4c65 (diff) | |
download | redot-engine-1d09c27ba4b94e677b66d8d2c2b9e38f7829ad38.tar.gz |
Expose more 2D/3D physics options in project settings
Diffstat (limited to 'servers/physics/space_sw.h')
-rw-r--r-- | servers/physics/space_sw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/physics/space_sw.h b/servers/physics/space_sw.h index 3fdef7e62b..29eca2690a 100644 --- a/servers/physics/space_sw.h +++ b/servers/physics/space_sw.h @@ -37,6 +37,7 @@ #include "area_pair_sw.h" #include "broad_phase_sw.h" #include "collision_object_sw.h" +#include "globals.h" class PhysicsDirectSpaceStateSW : public PhysicsDirectSpaceState { |