8 lines
No EOL
116 B
C++
8 lines
No EOL
116 B
C++
#ifndef _TTRTS_CLIENT_H_
|
|
#define _TTRTS_CLIENT_H_
|
|
|
|
#include <string>
|
|
|
|
int runClient(int argc, char* argv[]);
|
|
|
|
#endif |