26 lines
475 B
C++
26 lines
475 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 <stdint.h>
|
|
#include <memory>
|
|
|
|
#include <iostream>
|
|
#include <fstream>
|
|
#include <string>
|
|
#include <memory>
|
|
#include <thread>
|
|
#include <list>
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
// TODO: reference additional headers your program requires here
|