diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-17 03:03:23 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-17 03:03:23 +0200 |
commit | 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 (patch) | |
tree | f330f63caec08b6626c808b5ae70c64cab0246a6 /libsowatch/sowatch.h | |
parent | 0dca79a8c15b76ca53617c0ed3396ab6435f0152 (diff) | |
download | sowatch-3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1.tar.gz sowatch-3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1.zip |
preparing for library package
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 |