Skip to content

Commit

Permalink
Exported 'get_mod_ref' and the LuaMod class
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Oct 25, 2023
1 parent f16e361 commit 3177ae5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions UE4SS/include/Mod/LuaMod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <unordered_map>
#include <unordered_set>

#include <Common.hpp>
#include <File/File.hpp>
#include <LuaMadeSimple/LuaMadeSimple.hpp>
#include <Mod/Mod.hpp>
Expand All @@ -20,9 +21,9 @@ namespace RC
class UClass;
}

auto get_mod_ref(const LuaMadeSimple::Lua& lua) -> class LuaMod*;
RC_UE4SS_API auto get_mod_ref(const LuaMadeSimple::Lua& lua) -> class LuaMod*;

class LuaMod : public Mod
class RC_UE4SS_API LuaMod : public Mod
{
private:
std::wstring m_scripts_path;
Expand Down

0 comments on commit 3177ae5

Please sign in to comment.