From e12c89e8c9896b2e5cdd70dbd2d2acb449ff4b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 13 Jan 2018 14:01:53 +0100 Subject: bullet: Streamline bundling, remove extraneous src/ folder Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one. --- thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h (limited to 'thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h') diff --git a/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h b/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h deleted file mode 100644 index 96fe9f8b39..0000000000 --- a/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h +++ /dev/null @@ -1,15 +0,0 @@ - - -#ifndef B3_INERTIA_H -#define B3_INERTIA_H - -#include "Bullet3Common/shared/b3Mat3x3.h" - -struct b3Inertia -{ - b3Mat3x3 m_invInertiaWorld; - b3Mat3x3 m_initInvInertia; -}; - - -#endif //B3_INERTIA_H \ No newline at end of file -- cgit v1.2.3