EHS/include/ehs/io/socket/UDP.h

7 lines
90 B
C
Raw Permalink Normal View History

2024-02-05 22:25:30 -08:00
#pragma once
#ifdef EHS_OS_WINDOWS
#include "UDP_W32.h"
#else
#include "UDP_BSD.h"
#endif