diff options
Diffstat (limited to 'AmpelJonas/stdafx.h')
-rw-r--r-- | AmpelJonas/stdafx.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/AmpelJonas/stdafx.h b/AmpelJonas/stdafx.h new file mode 100644 index 0000000..9c52c37 --- /dev/null +++ b/AmpelJonas/stdafx.h @@ -0,0 +1,24 @@ +// 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 <stdio.h> +#include <iostream> +#include <tchar.h> +#include <vector> + + +#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;
\ No newline at end of file |