| 28 |
* $FreeBSD: src/lib/libvgl/vgl.h,v 1.5 1999/11/09 12:11:24 yokota Exp $ |
28 |
* $FreeBSD: src/lib/libvgl/vgl.h,v 1.5 1999/11/09 12:11:24 yokota Exp $ |
| 141 |
void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, |
144 |
void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, |
| 142 |
void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, |
145 |
void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, |