Reorganized project.

This commit is contained in:
2023-12-17 15:00:08 -08:00
parent 09ced8e899
commit 54b9e82789
190 changed files with 416 additions and 415 deletions

View File

@@ -1,7 +1,7 @@
#include "../../../include/IO/Socket/Socket.h"
#include "../../../include/IO/Socket/Endpoint.h"
#include "../../../include/System/System.h"
#include "../../../include/Encryption.h"
#include "IO/Socket/Socket.h"
#include "IO/Socket/Endpoint.h"
#include "System/System.h"
#include "Encryption.h"
#if defined(LWE_OS_WINDOWS)
#include <WinSock2.h>