Version 4.1.2

This commit is contained in:
Gary Scavone
2009-03-24 23:02:13 -04:00
committed by Stephen Sinclair
parent 6e0d1955a8
commit 586b0add5f
125 changed files with 7301 additions and 5337 deletions

View File

@@ -60,7 +60,7 @@ public:
An StkError will be thrown if the file is not found, its format is
unknown, or a read error occurs.
*/
WvIn( const char *fileName, bool raw = FALSE );
WvIn( const char *fileName, bool raw = FALSE, bool doNormalize = TRUE );
//! Class destructor.
virtual ~WvIn();
@@ -70,7 +70,7 @@ public:
An StkError will be thrown if the file is not found, its format is
unknown, or a read error occurs.
*/
void openFile( const char *fileName, bool raw = FALSE );
void openFile( const char *fileName, bool raw = FALSE, bool doNormalize = TRUE );
//! If a file is open, close it.
void closeFile(void);