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

0001 /***************************************************************************
0002 *   KBlocks, a falling blocks game by KDE                                 *
0003 *   SPDX-FileCopyrightText: 2019 Thomas Branch <kde@twig.hk>                        *
0004 *                                                                         *
0005 *   SPDX-License-Identifier: GPL-2.0-or-later
0006 ***************************************************************************/
0007 #ifndef UTILS_H
0008 #define UTILS_H
0009 
0010 #include "KBlocksDefine.h"
0011 
0012 namespace Utils {
0013     timeLong getMillisecOfNow();
0014 }
0015 #endif