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 841c9fadbd
commit 2889cab98a
16 changed files with 20 additions and 1 deletions

View file

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