]> Joshua Wise's Git repositories - netwatch.git/blob - include/vga-overlay.h
890f3537f1c71e64e4f5be4fc82b68fa491a7ea5
[netwatch.git] / include / vga-overlay.h
1 #ifndef VGA_OVERLAY_H
2 #define VGA_OVERLAY_H
3
4 void strblit(char *src, int row, int col);
5
6 void dolog(char *s);
7 void dologf(char *s, ...);
8 void outlog();
9
10 #endif
This page took 0.015072 seconds and 2 git commands to generate.