1#include "FileSystemWatcher.h"
3Cogs::FileSystemWatcher::FileSystemWatcher() {
6Cogs::FileSystemWatcher::~FileSystemWatcher() {
9bool Cogs::FileSystemWatcher::watchFile(
const StringView& ,
const CallbackFn& ) {
14bool Cogs::FileSystemWatcher::unwatchFile(
const StringView& ) {