aboutsummaryrefslogtreecommitdiff
path: root/src/DirectoryWalker/DirectoryWalker.h
blob: 94dcbf6f0f3793ddba1c9339b0f79f507d1d2374 (plain)
1
2
3
4
5
6
7
8
#ifndef YAPSSG_DIRECTORY_WALKER_H
#define YAPSSG_DIRECTORY_WALKER_H

#include <lua.h>

void directory_walker_register(lua_State *lua, const char *input_path);

#endif