mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Convert WebSocket module to use PacketBuffer class
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include "core/error_list.h"
|
||||
#include "core/io/packet_peer.h"
|
||||
#include "core/ring_buffer.h"
|
||||
#include "websocket_macros.h"
|
||||
|
||||
class WebSocketPeer : public PacketPeer {
|
||||
|
||||
Reference in New Issue
Block a user