]> Joshua Wise's Git repositories - netwatch.git/blob - aseg/vga-overlay.h
Remove the 'first' stuff. Rename the entry point to smi_entry.
[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 dologf(char *s, ...);
8 void outlog();
9
10 #endif
This page took 0.023332 seconds and 4 git commands to generate.