From bea8c3dbec1284b8aea9e8ee9897366c7f3b1f26 Mon Sep 17 00:00:00 2001 From: BruebachL <44814898+BruebachL@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:36:33 +0200 Subject: [PATCH] Group game scene correctly and replace to-do. (#6199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Took 35 seconds Co-authored-by: Lukas BrĂ¼bach --- cockatrice/src/game/game_scene.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cockatrice/src/game/game_scene.h b/cockatrice/src/game/game_scene.h index 6b44fbadb..86fa0795a 100644 --- a/cockatrice/src/game/game_scene.h +++ b/cockatrice/src/game/game_scene.h @@ -1,9 +1,3 @@ -/** - * @file game_scene.h - * @ingroup GameGraphics - * @brief TODO: Document this. - */ - #ifndef GAMESCENE_H #define GAMESCENE_H @@ -30,6 +24,7 @@ class QBasicTimer; /** * @class GameScene + * @ingroup GameGraphics * @brief Manages the game board display including players, zones, cards, and animations. * * GameScene handles: