8 lines
No EOL
140 B
C++
8 lines
No EOL
140 B
C++
#ifndef _TTRTS_SERVER_H_
|
|
#define _TTRTS_SERVER_H_
|
|
|
|
#include <string>
|
|
|
|
int runServer(const std::string& dir,const std::string& file);
|
|
|
|
#endif |