Core/Vehicles: Remove Vehicle.h dependency from other header files

This commit is contained in:
Spp
2011-08-03 12:28:42 +02:00
parent e7327e7e94
commit 7e53a73059
20 changed files with 135 additions and 101 deletions

View File

@@ -26,6 +26,7 @@
#include "ScriptLoader.h"
#include "ScriptSystem.h"
#include "Transport.h"
#include "Vehicle.h"
// This is the global static registry of scripts.
template<class TScript>