You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
192 B
C++

#ifndef EETCPP_H
#define EETCPP_H
#include "eetcpp_global.h"
#include "eetrequest.h"
#include "eetsender.h"
class EETCPPSHARED_EXPORT EetCpp
{
public:
EetCpp();
};
#endif // EETCPP_H