00001 #ifndef _WINC_REDBOOKVECTOR 00002 #define _WINC_REDBOOKVECTOR 00003 00004 #include <WXP/Points.h> 00005 00006 namespace WXP { 00007 struct RedbookVector { 00008 Points pts; 00009 char *flag; 00010 int num; 00011 00012 RedbookVector(); 00013 ~RedbookVector(); 00014 }; 00015 } 00016 #endif 00017
1.6.1