diff options
Diffstat (limited to 'thirdparty/enet/patches/godot_socket.patch')
-rw-r--r-- | thirdparty/enet/patches/godot_socket.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/thirdparty/enet/patches/godot_socket.patch b/thirdparty/enet/patches/godot_socket.patch index d0fb97fb92..cbba83706f 100644 --- a/thirdparty/enet/patches/godot_socket.patch +++ b/thirdparty/enet/patches/godot_socket.patch @@ -9,7 +9,7 @@ index 4a207041b3..5232f8a869 100644 +#include <stdint.h> #include <stdlib.h> -+// -- Godot start -- ++// -- Redot start -- +#if 0 #ifdef _WIN32 #include "enet/win32.h" @@ -18,7 +18,7 @@ index 4a207041b3..5232f8a869 100644 #endif +#endif +#include "enet/godot.h" -+// -- Godot end -- ++// -- Redot end -- #include "enet/types.h" #include "enet/protocol.h" @@ -26,7 +26,7 @@ index 4a207041b3..5232f8a869 100644 * but not for enet_host_create. Once a server responds to a broadcast, the * address is updated from ENET_HOST_BROADCAST to the server's actual IP address. */ -+// -- Godot start -- ++// -- Redot start -- +#if 0 typedef struct _ENetAddress { @@ -34,7 +34,7 @@ index 4a207041b3..5232f8a869 100644 enet_uint16 port; } ENetAddress; +#endif -+// -- Godot end -- ++// -- Redot end -- /** * Packet flag bit constants. @@ -42,9 +42,9 @@ index 4a207041b3..5232f8a869 100644 extern size_t enet_protocol_command_size (enet_uint8); -+// -- Godot start -- ++// -- Redot start -- +#include "enet/godot_ext.h" -+// -- Godot end -- ++// -- Redot end -- + #ifdef __cplusplus } |