summaryrefslogtreecommitdiff
path: root/AmpelJonas/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'AmpelJonas/stdafx.h')
-rw-r--r--AmpelJonas/stdafx.h29
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;