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