mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +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
caf2ce4fcd
commit
0563755dba
16 changed files with 20 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "framework.h"
|
||||
#include <sol.hpp>
|
||||
#include "GameScriptAudioTrack.h"
|
||||
|
||||
/***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue