Added garglk.c and garglk.h, which is where stubs for Gargoyle's Glk API extensions...
[projects/chimara/chimara.git] / libchimara / garglk.c
1 #include <libchimara/glk.h>
2
3 void 
4 garglk_set_reversevideo(glui32 reverse)
5 {
6 }