Libsaki
Core library of Pancake Mahjong
shiraitodai_takami.h
1 #ifndef SAKI_GIRL_SHIRAITODAI_TAKAMI_H
2 #define SAKI_GIRL_SHIRAITODAI_TAKAMI_H
3 
4 #include "../table/princess.h"
5 
6 
7 
8 namespace saki
9 {
10 
11 
12 
13 class Takami : public GirlCrtp<Takami>
14 {
15 public:
17 
18  std::optional<HrhInitFix> onHrhRaid(const Table &table) override;
19  void onTableEvent(const Table &table, const TableEvent &event) override;
20 
21  int d3gNeed(T34 t) const;
22 
23 private:
25 };
26 
27 
28 
29 } // namespace saki
30 
31 
32 
33 #endif // SAKI_GIRL_SHIRAITODAI_TAKAMI_H
Definition: table_event.h:23
Definition: table.h:87
Definition: tile.h:25
Definition: shiraitodai_takami.h:13
Definition: ai.cpp:18
Stactor = statically allocated vector.
Definition: stactor.h:247
Definition: girl.h:212