depC.h 104 B

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