updated build files

This commit is contained in:
erwin.coumans
2008-05-10 19:24:39 +00:00
parent e334254a7b
commit 649709dc2d
6 changed files with 14 additions and 6 deletions

View File

@@ -87,6 +87,9 @@ struct btDbvt
/* ICollide */
struct ICollide
{
virtual ~ICollide()
{
}
virtual void Process(const Node*,const Node*)=0;
virtual void Process(const Node*)=0;
virtual bool Descent(const Node*)=0;