subdirlib.h 145 B

123456789101112
  1. #ifndef SUBDIRLIB_H
  2. #define SUBDIRLIB_H
  3. #include "subdirlib_export.h"
  4. struct SUBDIRLIB_EXPORT SubDirLibObject
  5. {
  6. int foo() const;
  7. };
  8. #endif