salvage socket init code

This commit is contained in:
StapleButter
2017-05-11 19:57:49 +02:00
parent eb7154e426
commit 9a2e2998e9
6 changed files with 111 additions and 3 deletions

View File

@ -19,10 +19,13 @@
#ifndef PLATFORM_H
#define PLATFORM_H
#include "types.h"
namespace Platform
{
//
bool MP_Init();
void MP_DeInit();
}