Files
GTASource/game/Vehicles/Buses.cpp
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

36 lines
337 B
C++

// Title : Buses.cpp
// Author : Obbe Vermeij
// Started : 25/01/2005
//
//
//
//
// C headers
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "buses.h"
//
// InitLevel
//
void CBuses::Init(unsigned )
{
}
//
// ShutdownLevel
//
void CBuses::Shutdown(unsigned )
{
}
//
// Process
//
void CBuses::Process()
{
}