1 #ifndef SAKI_GIRL_ACHIGA_KURO_H 2 #define SAKI_GIRL_ACHIGA_KURO_H 4 #include "../table/princess.h" 17 void onMonkey(std::array<Exist, 4> &exists,
const Table &table)
override;
18 bool checkInit(
Who who,
const Hand &init,
const Table &table,
int iter)
override;
21 void onTableEvent(
const Table &table,
const TableEvent &event)
override;
24 Claim hrhBargainClaim(
int plan,
T34 t)
override;
25 int hrhBargainPlanCt()
override;
26 void onHrhBargained(
int plan,
Mount &mount)
override;
29 static const int EJECT_MK = 5000;
39 #endif // SAKI_GIRL_ACHIGA_KURO_H Interface for working with the 'bargain' stage.
Definition: princess.h:38
Definition: table_event.h:23
Claim
Definition: princess.h:47
Definition: achiga_kuro.h:13
void onDraw(const Table &table, Mount &mount, Who who, bool rinshan) override
Called when someone is about to draw a tile from the mountain.
Definition: achiga_kuro.cpp:51