Skip to content

Instantly share code, notes, and snippets.

@godidier
godidier / test.cpp
Created December 23, 2018 19:11
Testing gists
/**
* Callback before the start of every race.
*/
void CarController::InitTrack(tTrack* track, void* carHandle, void** carParmHandle,
tSituation* situation)
{
this->track = track;
*carParmHandle = NULL;
}