.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_init_native_dialog_addon" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_init_native_dialog_addon - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_init_native_dialog_addon(void) \f[R] .fi .SH DESCRIPTION .PP Initialise the native dialog addon. .PP Returns true on success, false on error. .SH SINCE .PP 5.0.9, 5.1.0 .RS .PP \f[I]Note:\f[R] Prior to Allegro 5.1.0 native dialog functions could be called without explicit initialisation, but that is now deprecated. Future functionality may require explicit initialisation. An exception is al_show_native_message_box(3alleg5), which may be useful to show an error message if Allegro fails to initialise. .RE .SH SEE ALSO .PP al_shutdown_native_dialog_addon(3alleg5)