myxlib/src/filesystem/paths.hpp

17 lines
241 B
C++
Raw Normal View History

#ifndef MYX_FILESYSTEM_PATHS_HPP_
#define MYX_FILESYSTEM_PATHS_HPP_
#include <cstdint>
namespace myx {
namespace filesystem {
int32_t init( int32_t i );
} // namespace filesystem
} // namespace myx
#endif // MYX_FILESYSTEM_PATHS_HPP_