|
Mario Kart 64
|
#include "common_structs.h"Go to the source code of this file.
Data Structures | |
| struct | TrainCarStuff |
| struct | TrainStuff |
| struct | PaddleWheelBoatStuff |
| struct | VehicleStuff |
Macros | |
| #define | NUM_1P_PASSENGER_CARS 4 |
| #define | NUM_2P_PASSENGER_CARS 1 |
| #define | NUM_PASSENGER_CAR_ENTRIES 5 |
| #define | NUM_TENDERS 1 |
| #define | NUM_TRAINS 2 |
| #define | LOCOMOTIVE_ONLY 0 |
| #define | NUM_ACTIVE_PADDLE_WHEEL_BOATS 1 |
| #define | NUM_PADDLE_WHEEL_BOATS 2 |
| #define | NUM_RACE_BOX_TRUCKS 7 |
| #define | NUM_RACE_SCHOOL_BUSES 7 |
| #define | NUM_RACE_TANKER_TRUCKS 7 |
| #define | NUM_RACE_CARS 7 |
| #define | NUM_TIME_TRIAL_BOX_TRUCKS (NUM_RACE_BOX_TRUCKS + 1) |
| #define | NUM_TIME_TRIAL_SCHOOL_BUSES (NUM_RACE_SCHOOL_BUSES + 1) |
| #define | NUM_TIME_TRIAL_TANKER_TRUCKS (NUM_RACE_TANKER_TRUCKS + 1) |
| #define | NUM_TIME_TRIAL_CARS (NUM_RACE_CARS + 1) |
Variables | |
| TrainStuff | gTrainList [] |
| PaddleWheelBoatStuff | gFerries [] |
| VehicleStuff | gBoxTruckList [] |
| VehicleStuff | gSchoolBusList [] |
| VehicleStuff | gTankerTruckList [] |
| VehicleStuff | gCarList [] |
| #define LOCOMOTIVE_ONLY 0 |
| #define NUM_1P_PASSENGER_CARS 4 |
| #define NUM_2P_PASSENGER_CARS 1 |
| #define NUM_ACTIVE_PADDLE_WHEEL_BOATS 1 |
| #define NUM_PADDLE_WHEEL_BOATS 2 |
| #define NUM_PASSENGER_CAR_ENTRIES 5 |
| #define NUM_RACE_BOX_TRUCKS 7 |
| #define NUM_RACE_CARS 7 |
| #define NUM_RACE_SCHOOL_BUSES 7 |
| #define NUM_RACE_TANKER_TRUCKS 7 |
| #define NUM_TENDERS 1 |
| #define NUM_TIME_TRIAL_BOX_TRUCKS (NUM_RACE_BOX_TRUCKS + 1) |
| #define NUM_TIME_TRIAL_CARS (NUM_RACE_CARS + 1) |
| #define NUM_TIME_TRIAL_SCHOOL_BUSES (NUM_RACE_SCHOOL_BUSES + 1) |
| #define NUM_TIME_TRIAL_TANKER_TRUCKS (NUM_RACE_TANKER_TRUCKS + 1) |
| #define NUM_TRAINS 2 |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |