improved multi-platform support for SoftBodyDemo

This commit is contained in:
erwin.coumans
2008-03-30 23:22:30 +00:00
parent d4698cb3d5
commit 726b9c2ac2
9 changed files with 17 additions and 19 deletions

View File

@@ -17,6 +17,9 @@ subject to the following restrictions:
#ifndef _14F9D17F_EAE8_4aba_B41C_292DB2AA70F3_
#define _14F9D17F_EAE8_4aba_B41C_292DB2AA70F3_
#include "BulletCollision/CollisionDispatch/btCollisionObject.h"
#include "BulletCollision/NarrowphaseCollision/btGjkEpa2.h"
template <const int CELLSIZE>
struct btSparseSdf
{
@@ -310,4 +313,4 @@ struct btSparseSdf
}
};
#endif
#endif