mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-26 04:17:10 +00:00
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
#ifndef QT_QTWEBSOCKETS_MODULE_H
|
|
#define QT_QTWEBSOCKETS_MODULE_H
|
|
#include <QtWebSockets/QtWebSocketsDepends>
|
|
#include "qmaskgenerator.h"
|
|
#include "qtwebsocketsversion.h"
|
|
#include "qwebsocket.h"
|
|
#include "qwebsocketcorsauthenticator.h"
|
|
#include "qwebsockethandshakeoptions.h"
|
|
#include "qwebsocketprotocol.h"
|
|
#include "qwebsocketserver.h"
|
|
#endif
|