blob: 733f9b6df2fb96c121e4117ff99935a666fc16d8 [file] [log] [blame]
#include "libgenex_export.h"
#ifndef LIBGENEX_H
#define LIBGENEX_H
struct LIBGENEX_EXPORT LibGenex
{
int foo();
};
#endif