SuperTuxKart
|
#include "network/kart_data.hpp"
#include <limits>
#include <memory>
#include <string>
#include <vector>
#include <irrString.h>
Go to the source code of this file.
Classes | |
class | RemoteKartInfo |
Typedefs | |
typedef std::vector< RemoteKartInfo > | RemoteKartInfoList |
Enumerations | |
enum | KartTeam : int8_t { KART_TEAM_NONE =-1 , KART_TEAM_RED =0 , KART_TEAM_BLUE =1 } |
enum | HandicapLevel : uint8_t { HANDICAP_NONE = 0 , HANDICAP_MEDIUM , HANDICAP_COUNT } |
Handicap per player. | |