mirror of
https://github.com/thestk/stk
synced 2026-04-23 15:48:37 +00:00
Version 4.1.2
This commit is contained in:
committed by
Stephen Sinclair
parent
6e0d1955a8
commit
586b0add5f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user