You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
425 B
29 lines
425 B
#ifndef DEFINES_H
|
|
#define DEFINES_H
|
|
|
|
#define AAA 1
|
|
#define DDD 2
|
|
#define III 3
|
|
|
|
#define ADD 4
|
|
#define AAD 5
|
|
#define IAA 6
|
|
#define IIA 7
|
|
#define IDD 8
|
|
#define IID 9
|
|
|
|
#define IAD 10
|
|
|
|
#define SOL 20
|
|
|
|
#define NADD 21 // 4
|
|
#define AAND 22 // 5
|
|
#define NIAA 23 // 6
|
|
#define IINA 24 // 7
|
|
#define NIDD 25 // 8
|
|
#define IIND 26 // 9
|
|
|
|
#define IAND 27 // 10
|
|
#define NIAD 28 // 10
|
|
|
|
#endif
|