]> icculus.org git repositories - taylor/freespace2.git/blob - include/grdirectdraw.h
Initial revision
[taylor/freespace2.git] / include / grdirectdraw.h
1 /*
2  * $Logfile: /Freespace2/code/Graphics/GrDirectDraw.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Include file for software 8-bpp rendering using DirectDraw
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     10/07/98 10:52a Dave
15  * Initial checkin.
16  * 
17  * 1     10/07/98 10:49a Dave
18  * 
19  * 1     3/25/98 8:07p John
20  * Split software renderer into Win32 and DirectX
21  *
22  * $NoKeywords: $
23  */
24
25
26 #ifndef _GRDIRECTDRAW_H
27 #define _GRDIRECTDRAW_H
28
29 void gr_directdraw_init();
30 void gr_directdraw_cleanup();
31
32 #endif //_GRDIRECTDRAW_H
33