mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-12 21:47:03 +03:00
Include frameworkandsol.h instead of framework.h and sol.hpp.
This commit is contained in:
parent
df10143472
commit
0b433edfe2
21 changed files with 1048 additions and 55 deletions
|
@ -1,10 +1,9 @@
|
|||
#pragma once
|
||||
#include "framework.h"
|
||||
#include "frameworkandsol.h"
|
||||
#include "GameScriptAIObject.h"
|
||||
#include "ScriptAssert.h"
|
||||
#include "GameScriptPosition.h"
|
||||
#include "ScriptUtil.h"
|
||||
#include <sol.hpp>
|
||||
/***
|
||||
AI object
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue