10 lines
186 B
C++
10 lines
186 B
C++
#pragma once
|
|
#include "basic-card.hh"
|
|
|
|
namespace creeper {
|
|
namespace filled_card::pro {
|
|
using namespace card::pro;
|
|
}
|
|
using FilledCard = Declarative<BasicCard, BasicCard::Checker>;
|
|
}
|