00001 #ifndef VIDEOMUX_TYPES_H 00002 #define VIDEOMUX_TYPES_H 00003 00004 struct imagePosition 00005 { 00006 unsigned int x; 00007 unsigned int y; 00008 unsigned int z; 00009 bool enabled; 00010 }; 00011 00012 #endif