1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Net] Split Unix/Windows NetSocket implementation

This commit is contained in:
Fabio Alessandrelli
2024-11-08 13:34:14 +01:00
parent e65a23762b
commit 0c620b29cd
8 changed files with 801 additions and 258 deletions

View File

@@ -38,7 +38,7 @@
#include "drivers/unix/dir_access_unix.h"
#include "drivers/unix/file_access_unix.h"
#include "drivers/unix/file_access_unix_pipe.h"
#include "drivers/unix/net_socket_posix.h"
#include "drivers/unix/net_socket_unix.h"
#include "drivers/unix/thread_posix.h"
#include "servers/rendering_server.h"