General refactor

This commit is contained in:
MihailRis
2023-11-30 04:30:40 +03:00
parent de134dc2e5
commit 1d5037893c
27 changed files with 558 additions and 419 deletions
+1 -2
View File
@@ -31,7 +31,6 @@ class HudRenderer {
int fpsMin = 60;
int fpsMax = 60;
std::wstring fpsString;
bool occlusion;
bool inventoryOpen = false;
bool pause = false;
@@ -49,7 +48,7 @@ public:
void update();
void drawContentAccess(const GfxContext& ctx, Player* player);
void draw(const GfxContext& context);
void drawDebug(int fps, bool occlusion);
void drawDebug(int fps);
bool isInventoryOpen() const;
bool isPause() const;