mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 19:34:59 +00:00

This is a monster patch that required changing a whole bunch of things. There are performance and stability issues all over the place, but it works. Pretty cool, I have to admit :^)
9 lines
120 B
C++
9 lines
120 B
C++
#include "WSMessageReceiver.h"
|
|
|
|
WSMessageReceiver::WSMessageReceiver()
|
|
{
|
|
}
|
|
|
|
WSMessageReceiver::~WSMessageReceiver()
|
|
{
|
|
}
|