1/***************************************************************************
2* KBlocks, a falling blocks game for KDE *
3* Copyright (C) 2010 Zhongjie Cai <squall.leonhart.cai@gmail.com> *
4* *
5* This program is free software; you can redistribute it and/or modify *
6* it under the terms of the GNU General Public License as published by *
7* the Free Software Foundation; either version 2 of the License, or *
8* (at your option) any later version. *
9***************************************************************************/
10#include "KBlocksDefine.h"
11
12const char * KBlocksRecordText[RecordDataType_Max_Count] =
13{
14 "GameCount",
15 "GameSeed",
16 "Skipped",
17 "MovePieceLeft",
18 "MovePieceRight",
19 "MovePieceUp",
20 "MovePieceDown",
21 "RotatePieceCW",
22 "RotatePieceCCW",
23 "GameOneStep",
24 "PunishLineCount",
25 "PunishLineSeed",
26};
27