Is it possible to set a default value in a prototype for an argument of type .p-utf8
Eg:
Code: Select all
PrototypeC ___igShowFontSelector_pr(label.p-utf8) ; void igShowFontSelector(const char* label);
Code: Select all
PrototypeC ___igShowFontSelector_pr(label.p-utf8="Default Value") ; void igShowFontSelector(const char* label);
Code: Select all
(label.p-utf8=0)
Hippy