7 #ifndef NETIMGUI_ENABLED
8 #define NETIMGUI_ENABLED 1
19 #ifdef NETIMGUI_INTERNAL_INCLUDE
20 #include "Private/NetImgui_WarningDisableImgui.h"
22 #include "Private/NetImgui_WarningReenable.h"
26 #endif // NETIMGUI_ENABLED
45 #if !defined(NETIMGUI_WINSOCKET_ENABLED) && !defined(__UNREAL__)
47 #define NETIMGUI_WINSOCKET_ENABLED 1 // Project needs 'ws2_32.lib' added to input libraries
49 #define NETIMGUI_WINSOCKET_ENABLED 0
53 #if !defined(NETIMGUI_POSIX_SOCKETS_ENABLED) && !defined(__UNREAL__)
54 #define NETIMGUI_POSIX_SOCKETS_ENABLED !(NETIMGUI_WINSOCKET_ENABLED)
constexpr uint32_t kDefaultClientPort
Default port Client waits for a connection.
Definition: NetImgui_Config.h:34
constexpr uint32_t kDefaultServerPort
Default port Server waits for a connection.
Definition: NetImgui_Config.h:33