diff options
Diffstat (limited to 'src/path-search-result.cpp')
| -rw-r--r-- | src/path-search-result.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/path-search-result.cpp b/src/path-search-result.cpp new file mode 100644 index 00000000..065f3d65 --- /dev/null +++ b/src/path-search-result.cpp @@ -0,0 +1,9 @@ +#include "path-search.hpp" +#include "path-search-result.hpp" + +namespace floormat { + +path_search_result::path_search_result() = default; +size_t path_search_result::size() const { return _size; } + +} // namespace floormat |
