00001 #ifndef _WINC_NIDSVECTOR 00002 #define _WINC_NIDSVECTOR 00003 00004 namespace WXP { 00005 00011 struct NidsVector { 00012 float val; /* Vector value */ 00013 float x1,y1; 00014 float x2,y2; 00015 00016 int print(); 00017 }; 00018 } 00019 #endif 00020
1.6.1