Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
edunad committed Sep 29, 2024
1 parent eb3cdda commit d590500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rawrbox.scripting/include/rawrbox/scripting/utils/lua.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
#include <filesystem>
#include <string>

/*
namespace DFInt {
extern int LuauTypeSolverRelease;
extern int LuauSolverV2;
} // namespace DFInt

*/
namespace rawrbox {
class LuaUtils {
public:
Expand Down
4 changes: 2 additions & 2 deletions rawrbox.scripting/src/utils/lua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

#include <fmt/format.h>

namespace DFInt {
/*namespace DFInt {
int LuauTypeSolverRelease = 999;
int LuauSolverV2 = 1;
} // namespace DFInt

*/
namespace rawrbox {

void LuaUtils::compileAndLoadFile(lua_State* L, const std::string& chunkID, const std::filesystem::path& path) {
Expand Down

0 comments on commit d590500

Please sign in to comment.