summaryrefslogtreecommitdiff
path: root/AmpelJonas/stdafx.h
blob: 9c52c37b7d493248d4e7ebea652f01068d6f2688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;