MCPcopy Create free account
hub / github.com/XMuli/ChineseChess / PuzzleConfig

Class PuzzleConfig

PuzzleData.h:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16struct PuzzleConfig {
17 QString name;
18 QString description;
19 bool redFirst;
20 bool playerIsRed;
21 QVector<PuzzlePiece> pieces; // 只列出存活棋子,其余默认死亡
22};
23
24QVector<PuzzleConfig> getBuiltinPuzzles();
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected