Added garglk.c and garglk.h, which is where stubs for Gargoyle's Glk API extensions...
[projects/chimara/chimara.git] / libchimara / garglk.c
diff --git a/libchimara/garglk.c b/libchimara/garglk.c
new file mode 100644 (file)
index 0000000..4708174
--- /dev/null
@@ -0,0 +1,6 @@
+#include <libchimara/glk.h>
+
+void 
+garglk_set_reversevideo(glui32 reverse)
+{
+}