AccidentManager

This commit is contained in:
Sergeanur
2020-01-11 14:50:11 +02:00
parent 8fab684283
commit bbc68ffb1c
7 changed files with 98 additions and 21 deletions

View File

@ -2,7 +2,7 @@
#include "patcher.h"
#include "CarAI.h"
#include "AccidentManager.h"
#include "Accident.h"
#include "AutoPilot.h"
#include "CarCtrl.h"
#include "General.h"

View File

@ -2,7 +2,7 @@
#include "patcher.h"
#include "CarCtrl.h"
#include "AccidentManager.h"
#include "Accident.h"
#include "Automobile.h"
#include "Camera.h"
#include "CarAI.h"