initial commit

This commit is contained in:
2019-10-08 16:26:48 +02:00
parent ffc33b6d2a
commit f7593bd416
13 changed files with 490 additions and 16 deletions
+24
View File
@@ -0,0 +1,24 @@
#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