mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 08:17:59 +03:00
Add new project for Scripting.
This commit is contained in:
parent
8a519ef819
commit
b43b9c704f
15 changed files with 29806 additions and 2 deletions
19
Scripting/framework.h
Normal file
19
Scripting/framework.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#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>
|
||||
#include "framework.h"
|
||||
#include <sol.hpp>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue