diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2016-09-25 18:38:34 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2016-09-25 18:38:34 +0200 |
commit | 2c12d19204aa198bf8537bcdb137b40f0c7317e9 (patch) | |
tree | 2b0ea3e0feb0df50449fdd99e0b1dfa3a2f82c16 /AmpelJonas/stdafx.h | |
download | termgl-2c12d19204aa198bf8537bcdb137b40f0c7317e9.tar.gz |
Initial
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 |