pInitWindow

Initialize window and OpenGL context

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pInitWindow = void function
(
int width
,
int height
,
const(char)* title
)

Meta