depC.h 105 B

123456789101112
  1. #include "depc_export.h"
  2. #include "depA.h"
  3. struct DEPC_EXPORT DepC
  4. {
  5. int foo();
  6. DepA getA();
  7. };