mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
Take sol.hpp out of framework.h and include it only where needed.
This actually makes the project take longer to build, probably because of it no longer getting precompiled, but this is the first step of many in an effort to decouple them a bit to make things more sensible.
This commit is contained in:
parent
841c9fadbd
commit
2889cab98a
16 changed files with 20 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "framework.h"
|
||||
#include <sol.hpp>
|
||||
#include "ScriptAssert.h"
|
||||
#include "GameScriptCameraInfo.h"
|
||||
#include "GameScriptPosition.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue