11 lines
95 B
C
11 lines
95 B
C
|
|
|
|
#ifndef TCPSERVER_H
|
|
#define TCPSERVER_H
|
|
|
|
|
|
int OpenTCPServer();
|
|
void TickTCPServer();
|
|
|
|
|
|
#endif |