From 125b4347daf9010329cbabc7fa0b0cd9831c4440 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Sat, 23 Jan 2021 15:35:41 +0100 Subject: [PATCH] Add windows typedef. --- Source/Engine/Platform/Types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Engine/Platform/Types.h b/Source/Engine/Platform/Types.h index c8e955c1b..82b44ace9 100644 --- a/Source/Engine/Platform/Types.h +++ b/Source/Engine/Platform/Types.h @@ -22,6 +22,8 @@ class Win32Thread; typedef Win32Thread Thread; class WindowsWindow; typedef WindowsWindow Window; +class Win32Network; +typedef Win32Network Network; #elif PLATFORM_UWP