diff options
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r-- | src/core/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index 04fee197..a4c4de7b 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -71,6 +71,7 @@ char version_name[64]; float FramesPerSecond = 30.0f; bool gbPrintShite = false; +bool gbModelViewer; bool DoRWStuffStartOfFrame_Horizon(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha); void DoRWStuffEndOfFrame(void); |