RosettaStone v0.4
Rosetta
Loaders
PowerLoader.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_POWER_LOADER_HPP
8
#define ROSETTASTONE_POWER_LOADER_HPP
9
10
#include <
Rosetta/Cards/Card.hpp
>
11
12
#include <vector>
13
14
namespace
RosettaStone
15
{
21
class
PowerLoader
22
{
23
public
:
26
static
void
Load
(std::vector<Card>& cards);
27
};
28
}
// namespace RosettaStone
29
30
#endif // ROSETTASTONE_POWER_LOADER_HPP
RosettaStone::PowerLoader::Load
static void Load(std::vector< Card > &cards)
RosettaStone::PowerLoader
PowerLoader class.
Definition:
PowerLoader.hpp:21
RosettaStone
Definition:
AccountInfo.hpp:14
Card.hpp
Generated on Fri Mar 22 2019 02:36:37 for RosettaStone by
1.8.14