mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
5 lines
94 B
C++
5 lines
94 B
C++
#pragma once
|
|
|
|
void runTcpServer(unsigned short port);
|
|
void runTcpClient(unsigned short port);
|