Small changes

This commit is contained in:
2025-02-26 15:20:17 -05:00
parent 5127d50f04
commit 7c46f2939b
3 changed files with 7 additions and 10 deletions

View File

@@ -160,7 +160,6 @@ namespace CaveGame::ClientApp {
};
bool HasCommand(const std::string &command);
Command GetCommand(const std::string &command);
protected:
@@ -183,8 +182,5 @@ Command GetCommand(const std::string &command);
bool mbd = false;
float our_avg = 0.f;
float max_fps = 60.f;
};
}