| 9 | #include "ITr2Renderable.h" |
| 10 | |
| 11 | bool FileExists( const std::string& path ) |
| 12 | { |
| 13 | std::wstring wstrCopy( path.begin(), path.end() ); |
| 14 | return BePaths->FileExists( wstrCopy ); |
| 15 | } |
| 16 | |
| 17 | // dna syntax |
| 18 | static char s_dnaSeperatorCmd = ':'; |
no test coverage detected