2022-11-17 20:43:21 -05:00

11 lines
95 B
C

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