From 2db72afeefaaea5b067cdd576bdb81ae7f3f2ea0 Mon Sep 17 00:00:00 2001 From: allebot <13711631+allebot@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:57:02 +0000 Subject: [PATCH] Automatic update from allegro5 --- a5docs/trunk/acodec.html | 14 +- a5docs/trunk/audio.html | 732 +++++++++++++++--------------- a5docs/trunk/color.html | 150 +++--- a5docs/trunk/config.html | 102 ++--- a5docs/trunk/direct3d.html | 24 +- a5docs/trunk/display.html | 274 +++++------ a5docs/trunk/events.html | 148 +++--- a5docs/trunk/file.html | 180 ++++---- a5docs/trunk/fixed.html | 46 +- a5docs/trunk/font.html | 218 ++++----- a5docs/trunk/fshook.html | 112 ++--- a5docs/trunk/fullscreen_mode.html | 20 +- a5docs/trunk/getting_started.html | 2 +- a5docs/trunk/graphics.html | 580 +++++++++++------------ a5docs/trunk/haptic.html | 140 +++--- a5docs/trunk/image.html | 16 +- a5docs/trunk/index.html | 2 +- a5docs/trunk/index_all.html | 2 +- a5docs/trunk/joystick.html | 122 ++--- a5docs/trunk/keyboard.html | 58 +-- a5docs/trunk/main.html | 2 +- a5docs/trunk/memfile.html | 8 +- a5docs/trunk/memory.html | 34 +- a5docs/trunk/misc.html | 12 +- a5docs/trunk/monitor.html | 32 +- a5docs/trunk/mouse.html | 110 ++--- a5docs/trunk/native_dialog.html | 170 +++---- a5docs/trunk/opengl.html | 36 +- a5docs/trunk/path.html | 128 +++--- a5docs/trunk/physfs.html | 8 +- a5docs/trunk/platform.html | 44 +- a5docs/trunk/primitives.html | 270 +++++------ a5docs/trunk/shader.html | 124 ++--- a5docs/trunk/state.html | 38 +- a5docs/trunk/system.html | 72 +-- a5docs/trunk/threads.html | 108 ++--- a5docs/trunk/time.html | 26 +- a5docs/trunk/timer.html | 84 ++-- a5docs/trunk/touch.html | 54 +-- a5docs/trunk/transformations.html | 142 +++--- a5docs/trunk/utf8.html | 344 +++++++------- a5docs/trunk/video.html | 74 +-- 42 files changed, 2431 insertions(+), 2431 deletions(-) diff --git a/a5docs/trunk/acodec.html b/a5docs/trunk/acodec.html index 581baffb..6e73466f 100644 --- a/a5docs/trunk/acodec.html +++ b/a5docs/trunk/acodec.html @@ -186,7 +186,7 @@
bool al_init_acodec_addon(void)
This function registers all the known audio file type handlers for al_load_sample, al_init_acodec_addon
Examples:
bool al_is_acodec_addon_initialized(void)
Returns true if the acodec addon is initialized, otherwise returns false.
@@ -234,13 +234,13 @@uint32_t al_get_allegro_acodec_version(void)
Returns the (compiled) version of the addon, in the same format as al_get_allegro_version.