1#ifndef HEADER_OFFICIAL_KARTS_HPP
2#define HEADER_OFFICIAL_KARTS_HPP
10namespace OfficialKarts
12void dumpOfficialKarts();
14std::set<std::string> getOfficialKarts();
16 float* width,
float* height,
17 float* length,
Vec3* gravity_shift);
This class stores the properties of a kart.
Definition: kart_properties.hpp:60
A wrapper around bullets btVector3 to include conventient conversion functions (e....
Definition: vec3.hpp:35