diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/shared/phys/physcommon.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/phys/physcommon.cpp b/src/shared/phys/physcommon.cpp index 6092b4f..11f18c9 100644 --- a/src/shared/phys/physcommon.cpp +++ b/src/shared/phys/physcommon.cpp @@ -1,3 +1,5 @@ +#ifndef __shared_physcommon_h +#define __shared_physcommon_h #include <chrono> #include <list> #include <btBulletDynamicsCommon.h> @@ -85,3 +87,4 @@ void gameloop_phys(void(*f)(btRigidBody*)){ UpdatePhysics(steps,f); t1 = now; } +#endif |
