// 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 #ifdef _WIN32 #include #endif #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;