Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

target_ggi.cpp

Go to the documentation of this file.
00001 /*
00002         $Id: target_ggi.cpp,v 1.2 2001/03/17 23:53:24 vaidhy 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 #include "Core/precomp.h"
00016 
00017 #ifdef USE_GGI
00018 
00019 #include <Display/Display/GGI/target_ggi.h>
00020 
00021 CL_Target_GGI::CL_Target_GGI(ggi_visual_t vis)
00022 {
00023         m_vis = vis;
00024         ggiGetMode( m_vis, &m_mode );
00025 }
00026 
00027 CL_Target_GGI::~CL_Target_GGI()
00028 {
00029 }
00030 
00031 #endif

Generated at Wed Apr 4 19:54:04 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001