#ifndef GLOBAL_H
#define GLOBAL_H

#include "daemon.h"

namespace sowatch
{
extern sowatch::Daemon* daemon;
}

#endif // GLOBAL_H