mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Move some files. Make copies of precompiled headers.
This commit is contained in:
parent
a0d199ae2d
commit
121468d4fc
6 changed files with 25 additions and 0 deletions
21
Scripting/framework.h
Normal file
21
Scripting/framework.h
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue