]> icculus.org git repositories - taylor/freespace2.git/blob - include/grglide.h
Initial revision
[taylor/freespace2.git] / include / grglide.h
1 /*
2  * $Logfile: /Freespace2/code/Graphics/GrGlide.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Include file for a 3DFX's Glide graphics lib
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 3     6/29/99 10:35a Dave
15  * Interface polygon bitmaps! Whee!
16  * 
17  * 2     10/07/98 10:53a Dave
18  * Initial checkin.
19  * 
20  * 1     10/07/98 10:49a Dave
21  * 
22  * 1     5/12/97 12:13p John
23  *
24  * $NoKeywords: $
25  */
26
27 #ifndef _GRGLIDE_H
28 #define _GRGLIDE_H
29
30 void gr_glide_init();
31 void gr_glide_cleanup();
32
33 void gr_glide_bitmap(int x, int y);
34 void gr_glide_bitmap_ex(int x, int y, int w, int h, int sx, int sy);
35
36 #endif
37