/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: PlatformSocket.hpp Date: 2022-2-1 Author: Reece ***/ #pragma once #if defined(AURORA_PLATFORM_WIN32) #include "PlatformSocket.Win32.hpp" #endif namespace Aurora::IO::Net { }