]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/vga-overlay.h
Move much more logic out into smi.c again.
[netwatch.git] / include / vga-overlay.h
diff --git a/include/vga-overlay.h b/include/vga-overlay.h
new file mode 100644 (file)
index 0000000..890f353
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef VGA_OVERLAY_H
+#define VGA_OVERLAY_H
+
+void strblit(char *src, int row, int col);
+
+void dolog(char *s);
+void dologf(char *s, ...);
+void outlog();
+
+#endif
This page took 0.02312 seconds and 4 git commands to generate.