8 lines
No EOL
168 B
C++
8 lines
No EOL
168 B
C++
#ifndef _TTRTS_FILESYSTEM_H_
|
|
#define _TTRTS_FILESYSTEM_H_
|
|
|
|
#include <string>
|
|
|
|
int runFromFilesystem( const std::string& directory, const std::string gamefile );
|
|
|
|
#endif |