Include frameworkandsol.h instead of framework.h and sol.hpp.

This commit is contained in:
hispidence 2021-12-04 21:15:26 +00:00
parent df10143472
commit 0b433edfe2
21 changed files with 1048 additions and 55 deletions

View file

@ -1,5 +1,4 @@
#include "framework.h"
#include <sol.hpp>
#include "frameworkandsol.h"
#include "GameScriptSkyLayer.h"
/*** Describes a layer of moving clouds.
@ -52,4 +51,3 @@ void GameScriptSkyLayer::SetColor(GameScriptColor const & col)
B = col.GetB();
}