JoltPhysics3D:: Improve characters
This commit is contained in:
committed by
Jérôme Leclercq
parent
2b0239b8f0
commit
a4ba7d6115
@@ -70,8 +70,13 @@ namespace Nz
|
||||
class BodyActivationListener;
|
||||
friend BodyActivationListener;
|
||||
|
||||
class StepListener;
|
||||
friend StepListener;
|
||||
|
||||
struct JoltWorld;
|
||||
|
||||
void OnPreStep(float deltatime);
|
||||
|
||||
inline void RegisterCharacter(JoltCharacter* character);
|
||||
inline void UnregisterCharacter(JoltCharacter* character);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user