Fix build

This commit is contained in:
fed 2023-03-07 19:48:27 +01:00
parent ddffc38063
commit 40314f3db5
2 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,10 @@
#include "scheduler.hpp"
#include "scripting.hpp"
#include "gsc.hpp"
#include "console.hpp"
#include "gsc/script_loading.hpp"
#include "game/scripting/event.hpp"
#include "game/scripting/functions.hpp"
#include "game/scripting/execution.hpp"

View File

@ -1,8 +1,6 @@
#include <std_include.hpp>
#include "functions.hpp"
#include "../../component/gsc.hpp"
#include "component/gsc/script_extension.hpp"
#include "component/gsc/script_loading.hpp"