8 lines
69 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "depg_export.h"
struct DEPG_EXPORT DepG
{
int foo();
};