diff options
author | aap <aap@papnet.eu> | 2019-07-29 19:18:03 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-31 14:33:27 +0200 |
commit | 5f6b235301f734b73f8307cf3e29997e7f76eac8 (patch) | |
tree | 73037842a302ae6e888e365b32e8ce74287e3f8d /src/core/main.cpp | |
parent | 8069415427d1e1e13edb0c5a580148720fccb183 (diff) | |
parent | 1ec6979b8bc35ed7e10af6c67b1eb09882738274 (diff) |
implemented CTrain
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); |