From ee5657cb447fcd7721385c957784705699ca0cdb Mon Sep 17 00:00:00 2001 From: ailurux Date: Fri, 10 May 2024 13:07:12 +1000 Subject: Fix imports after merge --- src/tangara/lua/lua_filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tangara/lua/lua_filesystem.hpp') diff --git a/src/tangara/lua/lua_filesystem.hpp b/src/tangara/lua/lua_filesystem.hpp index 2a829405..cb7170bd 100644 --- a/src/tangara/lua/lua_filesystem.hpp +++ b/src/tangara/lua/lua_filesystem.hpp @@ -6,7 +6,7 @@ #pragma once #include "lua.hpp" -#include "file_iterator.hpp" +#include "lua/file_iterator.hpp" namespace lua { -- cgit v1.2.3 From e06610f3a6d2bf034a20cc1b59fb25dc5efdda0a Mon Sep 17 00:00:00 2001 From: ailurux Date: Fri, 10 May 2024 13:27:01 +1000 Subject: Minor fixes before PR --- src/tangara/lua/lua_filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tangara/lua/lua_filesystem.hpp') diff --git a/src/tangara/lua/lua_filesystem.hpp b/src/tangara/lua/lua_filesystem.hpp index cb7170bd..d0f51498 100644 --- a/src/tangara/lua/lua_filesystem.hpp +++ b/src/tangara/lua/lua_filesystem.hpp @@ -10,7 +10,7 @@ namespace lua { -auto check_file_iterator(lua_State*, int stack_pos) -> database::FileIterator*; +auto check_file_iterator(lua_State*, int stack_pos) -> lua::FileIterator*; auto RegisterFileSystemModule(lua_State*) -> void; -- cgit v1.2.3