Files
2020-04-17 19:03:33 +01:00

6 lines
113 B
C

#pragma once
#include <windows.h>
#include <stdio.h>
#include <tchar.h>
int StartServer(WCHAR *ip, WCHAR *port);