mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
chore: renamed utils to Utils
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @author Yuzhe Guo
|
||||
* @date 2025.11.15
|
||||
*/
|
||||
#include "utils.h"
|
||||
#include "Utils.h"
|
||||
|
||||
namespace UNO::COMMON {
|
||||
Random::Random() : rd_(), gen_(rd_()) {}
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <algorithm>
|
||||
#include <random>
|
||||
|
||||
#include "../common/utils.h"
|
||||
#include "../common/Utils.h"
|
||||
|
||||
namespace UNO::GAME {
|
||||
CardTile::CardTile() = default;
|
||||
|
||||
Reference in New Issue
Block a user