|
Libsaki
Core library of Pancake Mahjong
|
Public Types | |
| using | Ai3 = std::array< std::unique_ptr< TableDecider >, 3 > |
| using | Msgs = std::vector< TableMsgContent > |
| using | MsgBackInserter = std::back_insert_iterator< Msgs > |
Public Member Functions | |
| TableServerAi3 (Table::InitConfig config, std::vector< TableObserver *> obs, const TableEnv &env, Ai3 &&ais) | |
| Msgs | start () |
| Msgs | action (const Action &action) |
| const Table & | table () |
1.8.13