Files
DEC/DEC_GUI/Kolch_Shind/constants.h
2024-10-03 18:43:04 +07:00

11 lines
160 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
namespace
{
static const int WIDGET_XT = 1;
static const int WIDGET_XY = 2;
}
#endif // CONSTANTS_H