|
Engine²
Open-source game engine written in C++.
|
#include "core/Core.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Physics |
| namespace | Physics::System |
Functions | |
| void | Physics::System::InitRigidBodySystem (Engine::Core &core) |
| Initialize RigidBody system and register entt hooks. | |
| void | Physics::System::ShutdownRigidBodySystem (Engine::Core &core) |
| Shutdown RigidBody system and unregister entt hooks. | |