]> Joshua Wise's Git repositories - netwatch.git/blob - aseg/vga-overlay.h
f79e6da3b9c7b750ec63cdfde3e96177f511fdf0
[netwatch.git] / aseg / 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 outlog();
8
9 #endif
This page took 0.014478 seconds and 2 git commands to generate.