Move all internal headers to Scripting/src. Only the ScriptInterface* should be visible to the rest of TEN.

This commit is contained in:
hispidence 2022-01-29 22:28:18 +00:00
parent a8f1d3b3be
commit 7c380d12a2
30 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#include "frameworkandsol.h"
#include "Scripting/GameFlowScript.h"
#include "GameFlowScript.h"
#include "Sound/sound.h"
#include "Game/savegame.h"
#include "GameScriptInventoryObject.h"