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 {
22 {
23  public:
26  static void Load(std::vector<Card>& cards);
27 };
28 } // namespace RosettaStone
29 
30 #endif // ROSETTASTONE_POWER_LOADER_HPP
static void Load(std::vector< Card > &cards)
PowerLoader class.
Definition: PowerLoader.hpp:21
Definition: AccountInfo.hpp:14