aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplay.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-20 00:16:30 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-20 00:16:30 +0000
commit22751b71809fca1bf028adcfb4157b0ffd84543a (patch)
tree1da4372e9395974f1e89002ccf6665f861f7c14f /GraphDisplay.h
initial import of demomonitor example
Diffstat (limited to 'GraphDisplay.h')
-rw-r--r--GraphDisplay.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/GraphDisplay.h b/GraphDisplay.h
new file mode 100644
index 0000000..2b05541
--- /dev/null
+++ b/GraphDisplay.h
@@ -0,0 +1,7 @@
+#ifndef _GraphDisplay_h
+#define _GraphDisplay_h
+
+extern WidgetClass graphDisplayObjectClass;
+typedef struct _GraphDisplayRec *GraphDisplayObject;
+
+#endif