// stdafx.h: Includedatei für Standardsystem-Includedateien // oder häufig verwendete projektspezifische Includedateien, // die nur in unregelmäßigen Abständen geändert werden. // #pragma once //#include "targetver.h" #include #include #include #include #include "cRender.h" #include "cObject.h" #include "cObjectHandler.h" #include "cCrossroad.h" #include "cTrafficLight.h" #include "cPeasantTrafficLight.h" #include "cCar.h" #include "cPeasant.h" using namespace std;