Physics3D: Switch from Newton Dynamics to Bullet3

This commit is contained in:
SirLynix
2023-03-07 19:17:49 +01:00
committed by Jérôme Leclercq
parent ec1efb5e56
commit 795efae3a0
13 changed files with 625 additions and 935 deletions

View File

@@ -25,8 +25,6 @@ namespace Nz
Physics3D(Config /*config*/);
~Physics3D() = default;
unsigned int GetMemoryUsed();
private:
static Physics3D* s_instance;
};