depG.h 69 B

1234567
  1. #include "depg_export.h"
  2. struct DEPG_EXPORT DepG
  3. {
  4. int foo();
  5. };