MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / MatchPathSeparator

Class MatchPathSeparator

engine/source/platformAndroid/T2DActivity.cpp:1300–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300struct MatchPathSeparator
1301{
1302 bool operator()( char ch ) const
1303 {
1304 return ch == '/';
1305 }
1306};
1307
1308bool android_DumpDirectoriesExtra(Vector<StringTableEntry> &directoryVector)
1309{

Callers 2

android_DumpPathExtraFunction · 0.85
android_DumpPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected