12 lines
104 B
C
Raw Normal View History

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