diff options
Diffstat (limited to 'sowatch.h')
-rw-r--r-- | sowatch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sowatch.h b/sowatch.h new file mode 100644 index 0000000..79c631c --- /dev/null +++ b/sowatch.h @@ -0,0 +1,11 @@ +#ifndef SOWATCH_H +#define SOWATCH_H + +#include "watch.h" +#include "watchlet.h" +#include "graphicswatchlet.h" +#include "declarativewatchlet.h" +#include "watchserver.h" +#include "watchsimulator.h" + +#endif // SOWATCH_H |