mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-29 21:01:13 +00:00
9 lines
190 B
C++
9 lines
190 B
C++
#include "ccm/games/yugioh/YuGiOhGameModule.hpp"
|
|
|
|
namespace ccm {
|
|
|
|
YuGiOhGameModule::YuGiOhGameModule(IHttpClient& http)
|
|
: setSource_(http), previewSource_(http) {}
|
|
|
|
} // namespace ccm
|