pTextReplace

Replace text string (memory must be freed!)

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pTextReplace = char* function
(
char* text
,
const(char)* replace
,
const(char)* by
)

Meta