Mercurial > minori
diff include/core/filesystem.h @ 393:963047512d34
*: clang-format
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 07:16:15 -0500 |
| parents | 0265e125f680 |
| children |
line wrap: on
line diff
--- a/include/core/filesystem.h Fri Nov 07 07:10:32 2025 -0500 +++ b/include/core/filesystem.h Fri Nov 07 07:16:15 2025 -0500 @@ -1,8 +1,8 @@ #ifndef MINORI_CORE_FILESYSTEM_H_ #define MINORI_CORE_FILESYSTEM_H_ #include <filesystem> +#include <functional> #include <string> -#include <functional> namespace Filesystem { @@ -32,8 +32,8 @@ }; /* Constructor functions. Yes, I'm doing this the C way :) */ -IWatcher *GetRecursiveFilesystemWatcher(void *opaque, - const std::filesystem::path &path, IWatcher::EventHandler handler); +IWatcher *GetRecursiveFilesystemWatcher(void *opaque, const std::filesystem::path &path, + IWatcher::EventHandler handler); IWatcher *GetFilesystemWatcher(void *opaque, const std::filesystem::path &path, IWatcher::EventHandler handler); } // namespace Filesystem
