godot/modules/websocket
Rajat Goswami 19e71f94d8 Adding missing include guards to header files identified by LGTM.
This addresses the issue godotengine/godot#37143

(cherry picked from commit 2ecf928ae3)
2020-03-25 11:38:54 +01:00
..
doc_classes Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
SCsub
config.py
emws_client.cpp Fix EMWSClient::get_connection_status(), try catch 2020-02-18 14:20:34 +01:00
emws_client.h
emws_peer.cpp Fix EMWSClient::get_connection_status(), try catch 2020-02-18 14:20:34 +01:00
emws_peer.h Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
emws_server.cpp
emws_server.h
packet_buffer.h
register_types.cpp
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
websocket_client.cpp
websocket_client.h
websocket_macros.h
websocket_multiplayer_peer.cpp
websocket_multiplayer_peer.h
websocket_peer.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
websocket_peer.h Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
websocket_server.cpp
websocket_server.h
wsl_client.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
wsl_client.h
wsl_peer.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
wsl_peer.h Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
wsl_server.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
wsl_server.h