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 d89c97e..b4954c0 100644 --- a/BuddhaTest/include/Helpers.h +++ b/BuddhaTest/include/Helpers.h @@ -34,6 +34,7 @@ namespace Helpers unsigned int windowWidth = 1024; unsigned int windowHeight = 576; + unsigned int orbitLengthSkip = 0; unsigned int orbitLengthRed = 10; unsigned int orbitLengthGreen = 100; unsigned int orbitLengthBlue = 1000; @@ -53,6 +54,7 @@ namespace Helpers double pngColorScale = 2.0; unsigned int ignoreMaxBufferSize = 0; + unsigned int printDebugOutput = 0; bool CheckValidity(); bool ParseCommandLine(int argc, char * argv[]); |