Mesen-X/Core/stdafx.h

27 lines
475 B
C
Raw Normal View History

2014-06-10 16:58:37 -04:00
// 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