00001 #ifndef RAGE_SURFACE_LOAD_XPM_H 00002 #define RAGE_SURFACE_LOAD_XPM_H 00003 00004 struct RageSurface; 00005 RageSurface *RageSurface_Load_XPM( char * const *xpm, CString &error ); 00006 00007 #endif 00008 00009 /* 00010 * (c) 2004 Glenn Maynard 00011 * All rights reserved. 00012 * 00013 * Permission is hereby granted, free of charge, to any person obtaining a 00014 * copy of this software and associated documentation files (the 00015 * "Software"), to deal in the Software without restriction, including 00016 * without limitation the rights to use, copy, modify, merge, publish, 00017 * distribute, and/or sell copies of the Software, and to permit persons to 00018 * whom the Software is furnished to do so, provided that the above 00019 * copyright notice(s) and this permission notice appear in all copies of 00020 * the Software and that both the above copyright notice(s) and this 00021 * permission notice appear in supporting documentation. 00022 * 00023 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00024 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00025 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00026 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00027 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00028 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00029 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00030 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00031 * PERFORMANCE OF THIS SOFTWARE. 00032 */