mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +03:00
Include frameworkandsol.h instead of framework.h and sol.hpp.
This commit is contained in:
parent
954759925f
commit
f6aa2ac653
21 changed files with 1050 additions and 57 deletions
|
@ -1,11 +1,10 @@
|
|||
#pragma once
|
||||
#include "framework.h"
|
||||
#include "frameworkandsol.h"
|
||||
#include "ScriptAssert.h"
|
||||
#include "GameScriptMeshInfo.h"
|
||||
#include "GameScriptPosition.h"
|
||||
#include "GameScriptColor.h"
|
||||
#include "ScriptUtil.h"
|
||||
#include <sol.hpp>
|
||||
/***
|
||||
Mesh info
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue