File: fieldimageloader.h

package info (click to toggle)
asc 2.1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 59,052 kB
  • ctags: 25,676
  • sloc: cpp: 145,189; sh: 8,705; ansic: 5,564; makefile: 551; perl: 150
file content (20 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/***************************************************************************
                          textfile_evaluation.h  -  description
                             -------------------
    begin                : Thu Oct 06 2002
    copyright            : (C) 2002 by Martin Bickel
    email                : bickel@asc-hq.org
 ***************************************************************************/


#ifndef fieldimageloaderH
#define fieldimageloaderH

#include "graphics/surface.h"

extern vector<Surface> loadASCFieldImageArray ( const ASCString& file, int num );
extern Surface loadASCFieldImage ( const ASCString& file, bool applyFieldMask = true );
extern void snowify( Surface& s, bool adaptive  = true);


#endif