port from perforce
This commit is contained in:
38
aiwaz/Aiwaz/stdafx.h
Normal file
38
aiwaz/Aiwaz/stdafx.h
Normal file
@@ -0,0 +1,38 @@
|
||||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#ifndef _DEBUG
|
||||
#define _SECURE_SCL 0
|
||||
#endif
|
||||
|
||||
#include "targetver.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files:
|
||||
#include <windows.h>
|
||||
#include <Shlwapi.h>
|
||||
|
||||
// C RunTime Header Files
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
#include <tchar.h>
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <cmath>
|
||||
#include <BaseTsd.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <d3d10.h>
|
||||
#include <d3dx10.h>
|
||||
#include <DXGI.h>
|
||||
|
||||
|
||||
#include "Common/BaseTypes.h"
|
||||
#include "Common/ConsoleColor.h"
|
||||
#include "Common/StringHelper.h"
|
||||
Reference in New Issue
Block a user