MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsCtrPath

Function IsCtrPath

trinity/Resources/TriTextureRes.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58bool IsCtrPath( const wchar_t* name )
59{
60 auto length = wcslen( name );
61 return length > 4 && wcscmp( name + length - 4, L".ctr" ) == 0;
62}
63
64bool IsVtaPath( const wchar_t* name )
65{

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected