Files
2016-11-15 09:53:52 +02:00

18 lines
361 B
C++

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <Windows.h>
#include <vector>
#include <string>
// TODO: reference additional headers your program requires here