Move some files. Make copies of precompiled headers.

This commit is contained in:
hispidence 2022-01-20 18:23:33 +00:00
parent a0d199ae2d
commit 121468d4fc
6 changed files with 25 additions and 0 deletions

21
Scripting/framework.h Normal file
View file

@ -0,0 +1,21 @@
#pragma once
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <memory>
#include <functional>
#include <vector>
#include <map>
#include <string>
#include <array>
#include <d3d11.h>
#include <optional>
#include <SimpleMath.h>
#include "Game/debug/debug.h"
#include <algorithm>
#include <set>
using namespace DirectX;
using namespace DirectX::SimpleMath;
#pragma warning(disable: 4996)