From d6edc1d0c534d77b69a2ee828e6d3cce6b981232 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 31 Oct 2018 12:50:27 -0400 Subject: Added header gaurds to physcommon --- src/shared/phys/physcommon.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/phys') 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 #include #include @@ -85,3 +87,4 @@ void gameloop_phys(void(*f)(btRigidBody*)){ UpdatePhysics(steps,f); t1 = now; } +#endif -- cgit v1.2.3-70-g09d2