]> icculus.org git repositories - taylor/freespace2.git/blob - include/gropengl.h
Initial revision
[taylor/freespace2.git] / include / gropengl.h
1 /*
2  * $Logfile: /Freespace2/code/Graphics/GrOpenGL.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Include file for OpenGL renderer
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:14p John
23  *
24  * $NoKeywords: $
25  */
26
27 #ifndef _GROPENGL_H
28 #define _GROPENGL_H
29
30 void gr_opengl_init();
31 void gr_opengl_cleanup();
32
33 void gr_opengl_bitmap(int x, int y);
34 void gr_opengl_bitmap_ex(int x, int y, int w, int h, int sx, int sy);
35
36 #endif
37