diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-16 17:47:24 +0200 |
---|---|---|
committer | Javier <javier@pcjavier.(none)> | 2011-09-16 17:47:24 +0200 |
commit | aa1c0fd3146b4ed055d181c99d52463afa6bedbb (patch) | |
tree | f6fb8d9693ad8c545ddabf76312f8f33b5b9878f /sowatch.h | |
download | sowatch-aa1c0fd3146b4ed055d181c99d52463afa6bedbb.tar.gz sowatch-aa1c0fd3146b4ed055d181c99d52463afa6bedbb.zip |
Initial import
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 |