File indexing completed on 2024-04-21 04:02:05

0001 /******************************************************************************
0002 *   KBlocks, a falling blocks game by KDE                                     *
0003 *   SPDX-FileCopyrightText: 2010-2021 Julian Helfferich <julian.helfferich@mailbox.org> *
0004 *                                                                             *
0005 *   SPDX-License-Identifier: GPL-2.0-or-later
0006 ******************************************************************************/
0007 #include "GameLogicInterface.h"
0008 
0009 GameLogicInterface::GameLogicInterface()
0010     : maGameList(nullptr)
0011 {
0012 }
0013 
0014 #include "moc_GameLogicInterface.cpp"