Add windows typedef.

This commit is contained in:
Jean-Baptiste Perrier
2021-01-23 15:35:41 +01:00
parent aa97296123
commit 125b4347da

View File

@@ -22,6 +22,8 @@ class Win32Thread;
typedef Win32Thread Thread;
class WindowsWindow;
typedef WindowsWindow Window;
class Win32Network;
typedef Win32Network Network;
#elif PLATFORM_UWP