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

20 lines
343 B
C++

#ifndef VEHICLE_POPULATION_ASYNC_H_
#define VEHICLE_POPULATION_ASYNC_H_
#include "system/dependency.h"
class VehiclePopulationAsyncUpdate
{
public:
static bool RunFromDependency(const sysDependency& dependency);
};
class VehiclePopAsyncUpdateDensities
{
public:
static bool RunFromDependency(const sysDependency& dependency);
};
#endif