EHS/include/io/socket/UDP.h

7 lines
90 B
C
Raw Normal View History

2023-12-17 03:29:08 -08:00
#pragma once
2023-12-17 15:56:13 -08:00
#ifdef EHS_OS_WINDOWS
2023-12-17 03:29:08 -08:00
#include "UDP_W32.h"
#else
#include "UDP_BSD.h"
#endif