pTextIsEqual

Check if two text string are equal

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pTextIsEqual = bool function
(
const(char)* text1
,
const(char)* text2
)

Meta