4 lines
105 B
C
4 lines
105 B
C
|
|
#define ACTIVE_COLOR RGBA(0,255,0,255)
|
|
#define DEACTIVE_COLOR RGBA(255,0,0,255)
|
|
#define MAX_LIST_DATA 16 |