diff options
author | jonas <himself@jonasgunz.de> | 2018-12-10 17:54:50 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2018-12-10 17:54:50 +0100 |
commit | 4e44cec4a2a29cfee132bbe1ee722fbc5168db87 (patch) | |
tree | df0e0b6b14763dd5d87338b98bbc257166345586 /AmpelJonas/stdafx.h | |
parent | a87a70298aefdcade34739ae2aa3b07436aae328 (diff) | |
download | termgl-4e44cec4a2a29cfee132bbe1ee722fbc5168db87.tar.gz |
Removed program specific files, updated dependencies
Diffstat (limited to 'AmpelJonas/stdafx.h')
-rw-r--r-- | AmpelJonas/stdafx.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/AmpelJonas/stdafx.h b/AmpelJonas/stdafx.h deleted file mode 100644 index 1e65f85..0000000 --- a/AmpelJonas/stdafx.h +++ /dev/null @@ -1,29 +0,0 @@ -// 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> - -#ifdef _WIN32 -#include <tchar.h> -#elif __linux__ -#include <unistd.h> -#endif - -#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; |