mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-29 18:01:12 +00:00
e5c830e945
* digimon digi battle added to supported games * sonarqube update * readme update --------- Co-authored-by: sdine <sdine@sdine.com>
9 lines
214 B
C++
9 lines
214 B
C++
#include "ccm/games/digibattle99/DigiBattle99GameModule.hpp"
|
|
|
|
namespace ccm {
|
|
|
|
DigiBattle99GameModule::DigiBattle99GameModule(IHttpClient& http)
|
|
: setSource_(http), previewSource_(http) {}
|
|
|
|
} // namespace ccm
|