port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

38
aiwaz/Aiwaz/stdafx.h Normal file
View 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"