CAM: apply precommit

This commit is contained in:
Adrian Insaurralde Avalos
2024-09-03 14:54:36 -04:00
parent 261ef09348
commit a17a3cf6d7
337 changed files with 26842 additions and 25585 deletions

View File

@@ -37,9 +37,9 @@
#include <sstream>
#include <vector>
#define VIEWITEM_SIMULATION 1
#define VIEWITEM_BASE_SHAPE 2
#define VIEWITEM_MAX 4
#define VIEWITEM_SIMULATION 1
#define VIEWITEM_BASE_SHAPE 2
#define VIEWITEM_MAX 4
namespace MillSim
{
@@ -82,7 +82,6 @@ public:
void UpdateWindowScale(int width, int height);
protected:
void InitDisplay(float quality);
void GlsimStart();
@@ -139,7 +138,6 @@ protected:
bool mIsInStock = false;
bool mSimPlaying = false;
bool mSingleStep = false;
};
} // namespace MillSim
#endif