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