Move asyncpackage from apps/openmw/mwlua to components/lua

This commit is contained in:
Petr Mikheev 2023-02-12 22:21:35 +01:00
parent 9673f5b932
commit 71ba7b88e2
12 changed files with 136 additions and 124 deletions

View file

@ -7,7 +7,7 @@
#include <MyGUI_Widget.h>
#include <sol/sol.hpp>
#include <components/lua/scriptscontainer.hpp>
#include <components/lua/asyncpackage.hpp>
#include "properties.hpp"