#include "procmon.h" #include #include "ProcWatcher.h" void MonitorProcesses() { [[ProcWatcher shared] startWatching]; [[NSRunLoop currentRunLoop] run]; }