diff --git a/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp b/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp index 20256e101..2decfcc29 100644 --- a/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp +++ b/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp @@ -3,7 +3,7 @@ #include "btBulletFile.h" #include "btBulletDynamicsCommon.h" -#include "BulletCollision/gimpact/btGImpactShape.h" +#include "BulletCollision/Gimpact/btGImpactShape.h" btBulletWorldImporter::btBulletWorldImporter(btDynamicsWorld* world) :m_dynamicsWorld(world), diff --git a/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.h b/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.h index 4fa98a5d1..73a075048 100644 --- a/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.h +++ b/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.h @@ -115,4 +115,5 @@ public: }; -#endif //BULLET_WORLD_IMPORTER_H \ No newline at end of file +#endif //BULLET_WORLD_IMPORTER_H + diff --git a/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedDefs.h b/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedDefs.h index 2e35e4997..37122da19 100644 --- a/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedDefs.h +++ b/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedDefs.h @@ -57,4 +57,5 @@ void BT_GPU_PREF(squeezeOverlappingPairBuff)(unsigned int* pPairBuff, unsigned i //---------------------------------------------------------------------------------------- -#endif // BTGPU3DGRIDBROADPHASESHAREDDEFS_H \ No newline at end of file +#endif // BTGPU3DGRIDBROADPHASESHAREDDEFS_H + diff --git a/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedTypes.h b/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedTypes.h index 2b0811565..f3fa5965d 100644 --- a/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedTypes.h +++ b/src/BulletMultiThreaded/btGpu3DGridBroadphaseSharedTypes.h @@ -63,4 +63,5 @@ struct bt3DGrid3F1U //---------------------------------------------------------------------------------------- -#endif // BTGPU3DGRIDBROADPHASESHAREDTYPES_H \ No newline at end of file +#endif // BTGPU3DGRIDBROADPHASESHAREDTYPES_H + diff --git a/src/BulletMultiThreaded/btGpuUtilsSharedCode.h b/src/BulletMultiThreaded/btGpuUtilsSharedCode.h index 8ad47a467..08c81f958 100644 --- a/src/BulletMultiThreaded/btGpuUtilsSharedCode.h +++ b/src/BulletMultiThreaded/btGpuUtilsSharedCode.h @@ -51,4 +51,5 @@ void BT_GPU_PREF(computeGridSize)(int n, int blockSize, int &numBlocks, int &num //---------------------------------------------------------------------------------------- -} // extern "C" \ No newline at end of file +} // extern "C" +