On second thoughts move filesystem game code out to a filesystem cpp
This commit is contained in:
parent
0962546a82
commit
8835bfb82a
6 changed files with 234 additions and 227 deletions
8
source/client/filesystem.h
Normal file
8
source/client/filesystem.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef _TTRTS_FILESYSTEM_H_
|
||||
#define _TTRTS_FILESYSTEM_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
int runFromFilesystem( const std::string& directory, const std::string gamefile );
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue