summaryrefslogtreecommitdiff
path: root/src/lua/include/lua_filesystem.hpp
blob: 2a8294051648992b86f6f5bc4236547ee4b482fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright 2023 ailurux <ailuruxx@gmail.com>
 *
 * SPDX-License-Identifier: GPL-3.0-only
 */
#pragma once

#include "lua.hpp"
#include "file_iterator.hpp"

namespace lua {

auto check_file_iterator(lua_State*, int stack_pos) -> database::FileIterator*;

auto RegisterFileSystemModule(lua_State*) -> void;

}  // namespace lua