Fix forward declaration

This commit is contained in:
nsubiron 2018-02-22 11:29:37 +01:00
parent 0f087e396a
commit 6c8626d16a
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@
#include "WheeledVehicle.h"
#include "CarlaWheeledVehicle.generated.h"
class FVehicleControl;
class UBoxComponent;
struct FVehicleControl;
/// Base class for CARLA wheeled vehicles.
UCLASS()