13 lines
128 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "libgenex_export.h"
#ifndef LIBGENEX_H
#define LIBGENEX_H
struct LIBGENEX_EXPORT LibGenex
{
int foo();
};
#endif