14 lines
155 B
C++
14 lines
155 B
C++
#ifndef LIBHIVE_H
|
|
#define LIBHIVE_H
|
|
|
|
#include "libhive_global.h"
|
|
|
|
class LIBHIVESHARED_EXPORT Libhive
|
|
{
|
|
|
|
public:
|
|
Libhive();
|
|
};
|
|
|
|
#endif // LIBHIVE_H
|