diff options
author | jonas <himself@jonasgunz.de> | 2018-12-07 12:16:48 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2018-12-07 12:16:48 +0100 |
commit | 8c81604b5a22a72885ff5d6270a251172fa90319 (patch) | |
tree | 18044b6f1fa4f57797157662a873f6cef43777d8 /AmpelJonas/stdafx.h | |
parent | 2c12d19204aa198bf8537bcdb137b40f0c7317e9 (diff) | |
download | termgl-8c81604b5a22a72885ff5d6270a251172fa90319.tar.gz |
Started port to linux
NON-Working
Diffstat (limited to 'AmpelJonas/stdafx.h')
-rw-r--r-- | AmpelJonas/stdafx.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/AmpelJonas/stdafx.h b/AmpelJonas/stdafx.h index 9c52c37..986bfde 100644 --- a/AmpelJonas/stdafx.h +++ b/AmpelJonas/stdafx.h @@ -1,6 +1,6 @@ -// stdafx.h: Includedatei für Standardsystem-Includedateien -// oder häufig verwendete projektspezifische Includedateien, -// die nur in unregelmäßigen Abständen geändert werden. +// 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 @@ -8,7 +8,11 @@ #include <stdio.h> #include <iostream> + +#ifdef _WIN32 #include <tchar.h> +#endif + #include <vector> @@ -21,4 +25,4 @@ #include "cCar.h" #include "cPeasant.h" -using namespace std;
\ No newline at end of file +using namespace std; |