]> icculus.org git repositories - taylor/freespace2.git/blob - include/gropengl.h
rendering functions mostly done; more complete shader setup
[taylor/freespace2.git] / include / gropengl.h
1 /*
2  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell 
5  * or otherwise commercially exploit the source or things you created based on
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/Graphics/GrOpenGL.h $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * Include file for OpenGL renderer
16  *
17  * $Log$
18  * Revision 1.3  2005/10/01 21:38:32  taylor
19  * some reorg of includes to not requires the same headers in many different files
20  * handle FS1 specific language changes
21  * some OS X changes for paths and to handle socklen_t better
22  *
23  * Revision 1.2  2002/06/09 04:41:13  relnev
24  * added copyright header
25  *
26  * Revision 1.1.1.1  2002/05/03 03:28:12  root
27  * Initial import.
28  *
29  * 
30  * 3     6/29/99 10:35a Dave
31  * Interface polygon bitmaps! Whee!
32  * 
33  * 2     10/07/98 10:53a Dave
34  * Initial checkin.
35  * 
36  * 1     10/07/98 10:49a Dave
37  * 
38  * 1     5/12/97 12:14p John
39  *
40  * $NoKeywords: $
41  */
42
43 #ifndef _GROPENGL_H
44 #define _GROPENGL_H
45
46 void gr_opengl_init();
47 void gr_opengl_cleanup();
48
49 #endif
50