00001 /* 00002 $Id: display_dx.h,v 1.2 2001/03/06 18:51:06 japj Exp $ 00003 00004 ------------------------------------------------------------------------ 00005 ClanLib, the platform independent game SDK. 00006 00007 This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE 00008 version 2. See COPYING for details. 00009 00010 For a total list of contributers see CREDITS. 00011 00012 ------------------------------------------------------------------------ 00013 */ 00014 00015 00016 #ifndef header_display_dx 00017 #define header_display_dx 00018 00019 #include "API/Display/Display/display.h" 00020 #include "displaycard_directdraw.h" 00021 00022 class CL_Display_DX : public CL_Display 00023 { 00024 public: 00025 CL_Display_DX(int options); 00026 virtual ~CL_Display_DX() { ; } 00027 00028 static CL_DisplayCard_DirectDraw *cur_card; 00029 }; 00030 00031 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001