00001 #ifndef __NeuVtx_LOADED 00002 #define __NeuVtx_LOADED 00003 typedef struct { 00004 int neuvtx; 00005 int ID; 00006 float X; 00007 float Y; 00008 float Z; 00009 int _9999; 00010 } NEUVTX_DEF; 00011 #ifdef __TAP_CREOBJ__ 00012 NEUVTX_DEF NeuVtx; 00013 #else 00014 extern NEUVTX_DEF NeuVtx; 00015 #endif 00016 #endif 00017
1.3.9.1