#include <plib/sg.h>#include <SOLID/solid.h>#include "aero.h"#include "susp.h"#include "brake.h"#include "axle.h"#include "steer.h"#include "wheel.h"#include "transmission.h"#include "engine.h"

Go to the source code of this file.
Classes | |
| struct | tCar |
Macros | |
| #define | CHECK_VAR(_var_, _msg_) |
| #define | CHECK(_car_) |
| #define CHECK | ( | _car_ | ) |
Definition at line 145 of file carstruct.h.
| #define CHECK_VAR | ( | _var_, | |
| _msg_ | |||
| ) |
Definition at line 144 of file carstruct.h.