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:
hispidence 2021-11-25 23:34:02 +00:00
parent caf2ce4fcd
commit 0563755dba
16 changed files with 20 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#include "framework.h"
#include <sol.hpp>
#include "ScriptAssert.h"
#include "GameScriptSoundSourceInfo.h"
#include "GameScriptPosition.h"