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

0001 /*
0002     SPDX-FileCopyrightText: 2015 Jakob Gruber <jakob.gruber@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef CONSTANTS_H
0008 #define CONSTANTS_H
0009 
0010 const int ZVALUE_HIGHLIGHT = -3;
0011 const int ZVALUE_CELLFRAME = 0;
0012 const int ZVALUE_STREAKFRAME = 0;
0013 const int ZVALUE_DIVIDER = 3;
0014 const int ZVALUE_CELLITEM = 7;
0015 const int ZVALUE_BANNER = 7;
0016 const int ZVALUE_STREAKTEXT = 7;
0017 const int SECTION_SIZE = 5;
0018 
0019 #endif // CONSTANTS_H