File indexing completed on 2024-04-14 03:59:23

0001 /***************************************************************************
0002 *   KBlocks, a falling blocks game by KDE                                *
0003 *   SPDX-FileCopyrightText: 2010 Zhongjie Cai <squall.leonhart.cai@gmail.com>       *
0004 *                                                                         *
0005 *   SPDX-License-Identifier: GPL-2.0-or-later
0006 ***************************************************************************/
0007 #include "KBlocksDefine.h"
0008 
0009 const char *KBlocksRecordText[RecordDataType_Max_Count] = {
0010     "GameCount",
0011     "GameSeed",
0012     "Skipped",
0013     "MovePieceLeft",
0014     "MovePieceRight",
0015     "MovePieceUp",
0016     "MovePieceDown",
0017     "RotatePieceCW",
0018     "RotatePieceCCW",
0019     "GameOneStep",
0020     "PunishLineCount",
0021     "PunishLineSeed",
0022 };