Browse Source

Physics: work around cyclic dependency of ObjectShape.h and OSGroup.h.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
6f492de8e3
  1. 3
      src/Physics/ObjectShapeGroup.h

3
src/Physics/ObjectShapeGroup.h

@ -82,4 +82,7 @@ typedef ObjectShapeGroup<3> ObjectShapeGroup3D;
}}
/* Make the definition complete */
#include "ObjectShape.h"
#endif

Loading…
Cancel
Save