SpiecsEngine
 
Loading...
Searching...
No Matches

◆ StringsEqual()

bool Spices::StringLibrary::StringsEqual ( const char * str0,
const char * str1 )
static

Determine if the strings given are equal. Platform Specific.

Parameters
[in]str0.
[in]str1.
Returns
Returns true if equal.
Todo
Platform Implementation.

Definition at line 35 of file StringLibrary.cpp.

36 {
38
39 return strcmp(str0, str1) == 0;
40 }
#define SPICES_PROFILE_ZONE

Referenced by Spices::MeshLoader::LoadFromSASSET(), Spices::MaterialLoader::LoadFromSASSET(), and SpicesTest::TEST().