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,5 @@
#include "framework.h"
#include "Scripting/GameFlowScript.h"
#include "frameworkandsol.h"
#include "GameFlowScript.h"
#include "Sound/sound.h"
#include "Game/savegame.h"
#include "GameScriptInventoryObject.h"
@ -312,4 +312,4 @@ bool GameFlow::DoGameflow()
}
return true;
}
}