Files
Card-Collection-Manager-3-s…/core/src/games/yugioh/YuGiOhGameModule.cpp
T
2026-05-09 19:32:18 +02:00

9 lines
190 B
C++

#include "ccm/games/yugioh/YuGiOhGameModule.hpp"
namespace ccm {
YuGiOhGameModule::YuGiOhGameModule(IHttpClient& http)
: setSource_(http), previewSource_(http) {}
} // namespace ccm