00001 /* 00002 $Id: res_surface_generic.cpp,v 1.1 2001/03/06 15:09:17 mbn 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 #include <API/Display/Display/res_surface.h> 00017 #include "restype_surface.h" 00018 00019 CL_ResourceSource_Surface::CL_ResourceSource_Surface() 00020 { 00021 CL_Res_Surface::surface_sources.push_back(this); 00022 } 00023 00024 CL_ResourceSource_Surface::~CL_ResourceSource_Surface() 00025 { 00026 CL_Res_Surface::surface_sources.remove(this); 00027 }
1.2.6 written by Dimitri van Heesch,
© 1997-2001