Added new assets

This commit is contained in:
2026-05-27 01:43:30 +03:00
parent 20309da2af
commit c606bd315e
22 changed files with 275 additions and 62 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#include "game.h"
#include <string>
#include <vector>
@@ -22,7 +23,7 @@ public:
// Settings and lobby routines
void ApplyResolution(int width, int height);
void ApplyFramerate(int option);
void UpdateSettingsState(GameContext& ctx);
void UpdateSettingsState(GameContext& ctx, Ball& ball, Paddle& player, CpuPaddle& cpu);
void DrawSettingsState(const GameContext& ctx, int screenWidth, int screenHeight);
void UpdateLobbyState(GameContext& ctx);
void DrawLobbyState(const GameContext& ctx, int screenWidth, int screenHeight);