This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
shared-libraries/ScStwClient/scstwclient.h

13 lines
172 B
C++

#ifndef SCSTWCLIENT_H
#define SCSTWCLIENT_H
#include "ScStwClient_global.h"
class SCSTWCLIENT_EXPORT ScStwClient
{
public:
ScStwClient();
};
#endif // SCSTWCLIENT_H