This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2013-08-15 14:59:59 +02:00

14 lines
155 B
C++

#ifndef LIBHIVE_H
#define LIBHIVE_H
#include "libhive_global.h"
class LIBHIVESHARED_EXPORT Libhive
{
public:
Libhive();
};
#endif // LIBHIVE_H