ttrts/source/client/client.h

6 lines
No EOL
97 B
C

#ifndef _TTRTS_CLIENT_H_
#define _TTRTS_CLIENT_H_
int runClient(int argc, char* argv[]);
#endif