00001 #ifndef INCLUDED_Visiondefines_h
00002 #define INCLUDED_Visiondefines_h
00003
00004 #define MAX_COLORS 11
00005
00006 #define COLOR_BACKGROUND 0
00007 #define COLOR_BLACK 0
00008 #define COLOR_BLUE 1
00009 #define COLOR_GREEN 2
00010 #define COLOR_ORANGE 3
00011 #define COLOR_BGREEN 4
00012 #define COLOR_PURPLE 5
00013 #define COLOR_RED 6
00014 #define COLOR_PINK 7
00015 #define COLOR_YELLOW 8
00016 #define COLOR_GRAY 9
00017 #define COLOR_SKIN 10
00018
00019 #define NUM_VEVENTS 6
00020
00021 #endif