Added appdata.h.
authorwellu <wellu@wellu.org>
Fri, 5 Sep 2008 13:14:40 +0000 (13:14 +0000)
committerwellu <wellu@wellu.org>
Fri, 5 Sep 2008 13:14:40 +0000 (13:14 +0000)
git-svn-id: file:///svnroot/speedometer/trunk@17 df364472-da61-43ef-8a67-511c89aa921b

appdata.h [new file with mode: 0644]

diff --git a/appdata.h b/appdata.h
new file mode 100644 (file)
index 0000000..8667634
--- /dev/null
+++ b/appdata.h
@@ -0,0 +1,28 @@
+/****
+       Speedometer, shows your current speed using GPS
+       Copyright (C) 2008 Wellu Mäkinen <wellu@wellu.org>
+
+       This program is free software: you can redistribute it and/or modify
+       it under the terms of the GNU General Public License as published by
+       the Free Software Foundation, either version 3 of the License, or
+       (at your option) any later version.
+
+       This program is distributed in the hope that it will be useful,
+       but WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+       GNU General Public License for more details.
+
+       You should have received a copy of the GNU General Public License
+       along with this program.  If not, see <http://www.gnu.org/licenses/>.
+****/
+
+#ifndef APPDATA_H_
+#define APPDATA_H_
+
+typedef struct _AppData AppData;
+struct _AppData {
+    HildonProgram *program;
+    HildonWindow *window;
+};
+
+#endif /* APPDATA_H_ */