mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
salvage socket init code
This commit is contained in:
@ -19,10 +19,13 @@
|
||||
#ifndef PLATFORM_H
|
||||
#define PLATFORM_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
namespace Platform
|
||||
{
|
||||
|
||||
//
|
||||
bool MP_Init();
|
||||
void MP_DeInit();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user