11 lines
103 B
C
Raw Normal View History

2012-02-18 12:40:36 +02:00
#include "depA.h"
2020-02-01 23:06:01 +01:00
#include "depc_export.h"
2012-02-18 12:40:36 +02:00
struct DEPC_EXPORT DepC
{
int foo();
DepA getA();
};