RosettaStone v0.4
Rosetta
Games
GameManager.hpp
Go to the documentation of this file.
1
// Copyright (c) 2019 Chris Ohk, Youngjoong Kim, SeungHyun Jeon
2
3
// We are making my contributions/submissions to this project solely in our
4
// personal capacity and are not conveying any rights to any intellectual
5
// property of any third parties.
6
7
#ifndef ROSETTASTONE_GAME_MANAGER_HPP
8
#define ROSETTASTONE_GAME_MANAGER_HPP
9
10
#include <
Rosetta/Enums/CardEnums.hpp
>
11
#include <
Rosetta/Games/Game.hpp
>
12
13
namespace
RosettaStone
14
{
20
class
GameManager
21
{
22
public
:
24
static
void
ProcessNextStep
(
Game
& game, Step step);
25
};
26
}
// namespace RosettaStone
27
28
#endif // ROSETTASTONE_GAME_MANAGER_HPP
RosettaStone::Game
Game class.
Definition:
Game.hpp:21
RosettaStone::GameManager::ProcessNextStep
static void ProcessNextStep(Game &game, Step step)
Invokes method when a state is changed.
RosettaStone::GameManager
GameManager class.
Definition:
GameManager.hpp:20
RosettaStone
Definition:
AccountInfo.hpp:14
CardEnums.hpp
Game.hpp
Generated on Fri Mar 22 2019 02:36:37 for RosettaStone by
1.8.14