Files
workingHours/common.h
T
2019-10-08 16:26:48 +02:00

25 lines
447 B
C

#ifndef COMMON_H
#define COMMON_H
#define COL_DAY1 0
#define COL_PUBLIC_HOLIDAY 1
#define COL_COME1 2
#define COL_GO1 3
#define COL_COME2 4
#define COL_GO2 5
#define COL_COME3 6
#define COL_GO3 7
#define COL_BREAK 8
#define COL_CODE 9
#define COL_IS 10
#define COL_SHOULD 11
#define COL_DIFF 12
#define COL_INFORMATION 13
#define COL_CURRENT 14
#define COL_HOURS_DEC 15
#define COL_DAY2 16
#endif // COMMON_H