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