2022-04-27 16:08:20 -04:00

11 lines
95 B
C

#ifndef TCPSERVER_H
#define TCPSERVER_H
int OpenTCPServer();
void TickTCPServer();
#endif