Push options resolution fonctionnels.

This commit is contained in:
mduval76
2023-12-14 21:20:21 -05:00
parent 82bae1c21a
commit 935a977bdf
4 changed files with 47 additions and 19 deletions

View File

@@ -49,6 +49,7 @@ private:
bool StartMultiplayerGame();
bool LoadTexture(Texture& texture, const std::string& filename, bool useMipmaps = true, bool stopOnError = true);
void ChangeResolution(Resolution resolution);
void InstantDamage();
void SystemNotification(std::string systemLog);