Conways-Game-Of-Life/ConwaysGameOfLife/stdafx.h

19 lines
858 B
C
Raw Normal View History

2018-03-20 17:17:17 +00:00
<EFBFBD><EFBFBD>// stdafx.h: Includedatei f<EFBFBD>r Standardsystem-Includedateien
// oder h<EFBFBD>ufig verwendete projektspezifische Includedateien,
// die nur in unregelm<EFBFBD><EFBFBD>igen Abst<EFBFBD>nden ge<EFBFBD>ndert werden.
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
// TODO: Hier auf zus<EFBFBD>tzliche Header, die das Programm erfordert, verweisen.
#include <SFML/Graphics.hpp>
#include <iostream>
#include "TestRender.h"