sncrec.h 155 B

123456789101112
  1. #ifndef SNCREC_H
  2. #define SNCREC_H
  3. #include "sncrec_global.h"
  4. class SNCRECSHARED_EXPORT SNCRec
  5. {
  6. public:
  7. SNCRec();
  8. };
  9. #endif // SNCREC_H