| 1328 | struct : public f2dInitialErrListener |
| 1329 | { |
| 1330 | void OnErr(fuInt TimeTick, fcStr Src, fcStr Desc) |
| 1331 | { |
| 1332 | LERROR("初始化fancy2d失败 (异常信息'%m' 源'%m')", Desc, Src); |
| 1333 | } |
| 1334 | } tErrListener; |
| 1335 | |
| 1336 | if (FCYFAILED(CreateF2DEngineAndInit( |
nothing calls this directly
no outgoing calls
no test coverage detected