1 #ifndef HEADER_OFFICIAL_KARTS_HPP
2 #define HEADER_OFFICIAL_KARTS_HPP
10 namespace OfficialKarts
12 void dumpOfficialKarts();
14 std::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