2025-02-15 11:05:28 -05:00

11 lines
95 B
C

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