mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Group game scene correctly and replace to-do.
Took 35 seconds
This commit is contained in:
parent
b51d5d007b
commit
f678565423
1 changed files with 1 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
/**
|
|
||||||
* @file game_scene.h
|
|
||||||
* @ingroup GameGraphics
|
|
||||||
* @brief TODO: Document this.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef GAMESCENE_H
|
#ifndef GAMESCENE_H
|
||||||
#define GAMESCENE_H
|
#define GAMESCENE_H
|
||||||
|
|
||||||
|
|
@ -30,6 +24,7 @@ class QBasicTimer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class GameScene
|
* @class GameScene
|
||||||
|
* @ingroup GameGraphics
|
||||||
* @brief Manages the game board display including players, zones, cards, and animations.
|
* @brief Manages the game board display including players, zones, cards, and animations.
|
||||||
*
|
*
|
||||||
* GameScene handles:
|
* GameScene handles:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue