00001 /*************************************************************************** 00002 textfile_evaluation.h - description 00003 ------------------- 00004 begin : Thu Oct 06 2002 00005 copyright : (C) 2002 by Martin Bickel 00006 email : bickel@asc-hq.org 00007 ***************************************************************************/ 00008 00009 00010 #ifndef fieldimageloaderH 00011 #define fieldimageloaderH 00012 00013 #include "graphics/surface.h" 00014 00015 extern vector<Surface> loadASCFieldImageArray ( const ASCString& file, int num ); 00016 extern Surface loadASCFieldImage ( const ASCString& file, bool applyFieldMask = true ); 00017 extern void snowify( Surface& s, bool adaptive = true); 00018 00019 00020 #endif
1.4.2