13 lines
130 B
C
Raw Normal View History

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