00001 00005 /*************************************************************************** 00006 loadimage.h - description 00007 ------------------- 00008 begin : Sat Aug 5 2000 00009 copyright : (C) 2000 by Martin Bickel 00010 email : bickel@asc-hq.org 00011 ***************************************************************************/ 00012 00013 /*************************************************************************** 00014 * * 00015 * This program is free software; you can redistribute it and/or modify * 00016 * it under the terms of the GNU General Public License as published by * 00017 * the Free Software Foundation; either version 2 of the License, or * 00018 * (at your option) any later version. * 00019 * * 00020 ***************************************************************************/ 00021 00022 #ifndef loadimage_h_included 00023 #define loadimage_h_included 00024 00025 00026 00027 enum FullscreenImageSettings { FIS_noTrueColor, FIS_oldModeNum }; 00028 00029 extern int loadFullscreenImage ( const char* filename ); 00030 extern void closeFullscreenImage ( void ); 00031 extern void setFullscreenSetting ( FullscreenImageSettings setting, int value ); 00032 00033 #endif
1.5.1