Add Network impl for Switch
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#elif PLATFORM_ANDROID
|
||||
#include "Unix/UnixNetwork.h"
|
||||
#elif PLATFORM_SWITCH
|
||||
#include "Base/NetworkBase.h"
|
||||
#include "Platforms/Switch/Engine/Platform/SwitchNetwork.h"
|
||||
#else
|
||||
#error Missing Network implementation!
|
||||
#endif
|
||||
|
||||
@@ -160,8 +160,8 @@ class SwitchThread;
|
||||
typedef SwitchThread Thread;
|
||||
class SwitchWindow;
|
||||
typedef SwitchWindow Window;
|
||||
class NetworkBase;
|
||||
typedef NetworkBase Network;
|
||||
class SwitchNetwork;
|
||||
typedef SwitchNetwork Network;
|
||||
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user