#ifndef YAPSSG_DIRECTORY_WALKER_H #define YAPSSG_DIRECTORY_WALKER_H #include void directory_walker_register(lua_State *lua, const char *input_path); #endif