logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ALLEGRO_FOR_EACH_FS_ENTRY_RESULT - Allegro 5 API

Description

       Return values for the callbacks of al_for_each_fs_entry(3alleg5) and for that function itself.

       • ALLEGRO_FOR_EACH_FS_ENTRY_ERROR - An error ocurred.

       • ALLEGRO_FOR_EACH_FS_ENTRY_OK - Continue normally and recurse into directories.

       • ALLEGRO_FOR_EACH_FS_ENTRY_SKIP - Continue but do NOT recusively descend.

       • ALLEGRO_FOR_EACH_FS_ENTRY_STOP - Stop iterating and return.

Name

       ALLEGRO_FOR_EACH_FS_ENTRY_RESULT - Allegro 5 API

See Also

al_for_each_fs_entry(3alleg5)

Since

       5.1.9

Allegro reference manual                                               ALLEGRO_FOR_EACH_FS_ENTRY_RESULT(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              typedef enum ALLEGRO_FOR_EACH_FS_ENTRY_RESULT {

See Also