00001 #ifndef _WINC_REDBOOKTEXT 00002 #define _WINC_REDBOOKTEXT 00003 00004 #include <WXP/Point.h> 00005 00006 namespace WXP { 00012 struct RedbookText { 00013 Point pt; 00014 int dx, dy; 00015 int block, rev, code, size; 00016 char str[300]; 00017 int len; 00018 }; 00019 } 00020 #endif 00021
1.6.1