11 lines
103 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "depA.h"
2020-02-01 23:06:01 +01:00
#include "depd_export.h"
2013-03-16 19:13:01 +02:00
struct DEPD_EXPORT DepD
{
int foo();
DepA getA();
};