Add docs and automagical declaration

This commit is contained in:
adam 2022-05-26 07:20:50 +00:00
parent dddc1dc2bb
commit e2528a1562
2 changed files with 31 additions and 3 deletions

View file

@ -3,12 +3,16 @@
#include <components/esm3/loadcont.hpp>
#include <apps/openmw/mwworld/esmstore.hpp>
//#include "../mwworld/class.hpp"
#include "apps/openmw/mwworld/class.hpp"
#include <apps/openmw/mwworld/class.hpp>
#include "../luabindings.hpp"
namespace sol
{
template <>
struct is_automagical<ESM::Container> : std::false_type {};
}
namespace MWLua
{