diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 84fd57b..18a7910 100644 --- a/src/Config.h +++ b/src/Config.h @@ -46,6 +46,9 @@ extern int Threaded3D; extern int GL_ScaleFactor; extern int GL_Antialias; +extern bool JIT_Enable; +extern int JIT_MaxBlockSize; + } #endif // CONFIG_H |