View | Details | Raw Unified | Return to bug 22132
Collapse All | Expand All

(-)vgl.h Mon Oct 16 11:22:38 2000 (+5 lines)
Lines 28-33 Link Here
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 $
29
 */
29
 */
30
30
31
#ifndef _VGL_H_
32
#define _VGL_H_
33
31
#include <stdlib.h>
34
#include <stdlib.h>
32
#include <unistd.h>
35
#include <unistd.h>
33
#include <string.h>
36
#include <string.h>
Lines 140-142 Link Here
140
int VGLTextSetFontFile(char *filename);
143
int VGLTextSetFontFile(char *filename);
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,
146
147
#endif /* !_VGL_H_ */

Return to bug 22132