CardLoader.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_CARD_LOADER_HPP
8 #define ROSETTASTONE_CARD_LOADER_HPP
9 
10 #include <Rosetta/Cards/Card.hpp>
11 
12 #include <json/json.hpp>
13 
14 #include <vector>
15 
16 namespace RosettaStone
17 {
24 {
25  public:
28  static void Load(std::vector<Card>& cards);
29 };
30 } // namespace RosettaStone
31 
32 #endif // ROSETTASTONE_CARD_LOADER_HPP
CardLoader class.
Definition: CardLoader.hpp:23
static void Load(std::vector< Card > &cards)
Definition: AccountInfo.hpp:14