3#include "game/kart/KartBody.hh"
4#include "game/kart/KartObjectProxy.hh"
5#include "game/kart/KartParam.hh"
6#include "game/kart/KartPhysics.hh"
16 virtual void createTires();
21 void prepareTiresAndSuspensions();
31 [[nodiscard]]
static KartObject *Create(Character character, Vehicle vehicle, u8 playerIdx);
43 void createTires()
override;
The highest level abstraction for a bike.
Base class for most kart-related objects.
The highest level abstraction for a kart.
void prepare()
Sets the initial position and rotation of the kart based off the current track.
Houses stats regarding a given character/vehicle combo.
Manages the lifecycle of KartDynamics, handles moving floors and trick rotation.
Pertains to kart-related functionality.
Shared between classes who inherit KartObjectProxy so they can access one another.