Added the dispatch layer headers. In order to get this to compile, I had to add stubs...
[projects/chimara/chimara.git] / libchimara / hyperlink.c
diff --git a/libchimara/hyperlink.c b/libchimara/hyperlink.c
new file mode 100644 (file)
index 0000000..af8275e
--- /dev/null
@@ -0,0 +1,21 @@
+#include <libchimara/glk.h>
+
+void 
+glk_set_hyperlink(glui32 linkval)
+{
+}
+
+void 
+glk_set_hyperlink_stream(strid_t str, glui32 linkval)
+{
+}
+
+void 
+glk_request_hyperlink_event(winid_t win)
+{
+}
+
+void 
+glk_cancel_hyperlink_event(winid_t win)
+{
+}