From 1033adc80d8631807a54f10f91793407992a8dcd Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Mon, 20 Jan 2025 22:22:37 -0600 Subject: [PATCH] trimmings --- Config.cpp | 1 - Config.h | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Config.cpp b/Config.cpp index bcd69c22..f5a8cb46 100644 --- a/Config.cpp +++ b/Config.cpp @@ -5,7 +5,6 @@ #include "common.h" #include "commonTypes.h" #include "Config.h" -#include "Config.h" #include "GameState.h" #include "StonesenseState.h" diff --git a/Config.h b/Config.h index 24183d20..b6baf0cb 100644 --- a/Config.h +++ b/Config.h @@ -9,17 +9,15 @@ constexpr auto KEYMOD_NONE = 0; constexpr bool DEFAULT_FULLSCREEN_MODE = false; constexpr int DEFAULT_RESOLUTION_WIDTH = 800; constexpr int DEFAULT_RESOLUTION_HEIGHT = 600; -constexpr int DEFAULT_SIZE = /*20*/ 70; -constexpr int DEFAULT_SIZE_Z = /*6*/ 4; +constexpr int DEFAULT_SIZE = 70; +constexpr int DEFAULT_SIZE_Z = 4; class Config { - // constexpr auto GFXMODE = GFX_AUTODETECT_WINDOWED; public: enum trackingmode : uint8_t { TRACKING_NONE, TRACKING_CENTER, TRACKING_FOCUS, - TRACKING_INVALID };