diff options
Diffstat (limited to 'BuddhaTest/include')
-rw-r--r-- | BuddhaTest/include/Helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BuddhaTest/include/Helpers.h b/BuddhaTest/include/Helpers.h index 76a9a57..6358066 100644 --- a/BuddhaTest/include/Helpers.h +++ b/BuddhaTest/include/Helpers.h @@ -50,6 +50,8 @@ namespace Helpers double pngGamma = 1.0;
double pngColorScale = 2.0;
+ unsigned int ignoreMaxBufferSize = 0;
+
bool CheckValidity();
bool ParseCommandLine(int argc, char * argv[]);
};
|