00001 //LabPlot : import.h 00002 // sync with labplot.qs 00003 00004 #ifndef IMPORT_H 00005 #define IMPORT_H 00006 00007 enum Separator {SAUTO,SCOMMA,STAB}; 00008 enum Comment {CSHARP,CBANG,CCPP,CADD,CSLASH,CCOMMENT,CCOLON,CSEMICOLON}; 00009 00010 #endif // IMPORT_H