Remove Init & Exit, logic is now in Win32Platform.cpp.
This commit is contained in:
@@ -74,17 +74,6 @@ struct FLAXENGINE_API NetworkSocketGroup
|
||||
class FLAXENGINE_API NetworkBase
|
||||
{
|
||||
public:
|
||||
/// <summary>
|
||||
/// Initializes the network module.
|
||||
/// </summary>
|
||||
/// <returns>Return true on error. Otherwise false.</returns>
|
||||
static bool Init();
|
||||
|
||||
/// <summary>
|
||||
/// Deinitializes the network module.
|
||||
/// </summary>
|
||||
static void Exit();
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new native socket.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user