Add new project for Scripting.

This commit is contained in:
hispidence 2021-12-14 20:50:01 +00:00
parent 8a519ef819
commit b43b9c704f
15 changed files with 29806 additions and 2 deletions

19
Scripting/framework.h Normal file
View 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>