Skip to content

Commit

Permalink
trimmings
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Jan 21, 2025
1 parent a9f59f3 commit 1033adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "common.h"
#include "commonTypes.h"
#include "Config.h"
#include "Config.h"
#include "GameState.h"
#include "StonesenseState.h"

Expand Down
6 changes: 2 additions & 4 deletions Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 1033adc

Please sign in to comment.