Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
VehicleControlSystem.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "core/Core.hpp"
4
5namespace Physics::System {
6
14void VehicleControlSystem(Engine::Core &core);
15
16} // namespace Physics::System
Definition CharacterControllerSystem.cpp:15
void VehicleControlSystem(Engine::Core &core)
Apply vehicle controller inputs to Jolt vehicle constraints.
Definition VehicleControlSystem.cpp:14