mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-01 13:25:23 +00:00
7 lines
200 B
C++
7 lines
200 B
C++
|
|
#include "PLStringCompare.h"
|
||
|
|
|
||
|
|
Boolean EqualString(const PLPasStr &string1, const PLPasStr &string2, Boolean caseSensitive, Boolean diacriticSensitive)
|
||
|
|
{
|
||
|
|
PL_NotYetImplemented();
|
||
|
|
return false;
|
||
|
|
}
|