diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-24 09:06:42 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-24 09:06:42 +0000 |
| commit | 0e2fa3bb50e9c90f97636f173b790b7050af9462 (patch) | |
| tree | da6f2a54073166581a519a23b05827ed7561ac26 /lib/libvgl | |
| parent | 5c9a541b6640dcdeec389f6cd7391747dfd15c94 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/vgl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 6e201ecd10c41..710828b2518b3 100644 --- a/lib/libvgl/vgl.h +++ b/lib/libvgl/vgl.h @@ -28,6 +28,9 @@ * $FreeBSD$ */ +#ifndef _VGL_H_ +#define _VGL_H_ + #include <stdlib.h> #include <unistd.h> #include <string.h> @@ -147,3 +150,5 @@ void VGLBlankDisplay(int blank); int VGLTextSetFontFile(char *filename); void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, byte bgcol, int fill, int dir); void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, byte bgcol, int fill, int dir); + +#endif /* !_VGL_H_ */ |
