DDGUI_OGL

Previous topic - Next topic

MrTAToad

DDgui has this line in it :

Code (glbasic) Select
?IF DDGUI_OGL

Unfortunately when compiling for Android, this generates :

Quoteerror : syntax error : ... dgui_ogl

Using ?IFDEF instead works