2021-05-22 22:08:19 -04:00

11 lines
95 B
C

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