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 runUdpServer(unsigned short port);
|
|
void runUdpClient(unsigned short port);
|