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 954759925f
commit f6aa2ac653
21 changed files with 1050 additions and 57 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();
}