1ALLEGRO_FS_ENTRY(3) ALLEGRO_FS_ENTRY(3)
23
4
NAME
6ALLEGRO_FS_ENTRY - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct ALLEGRO_FS_ENTRY ALLEGRO_FS_ENTRY;
12
DESCRIPTION
14Opaque filesystem entry object. Represents a file or a directory
15(check with al_get_fs_entry_mode(3)). There are no user accessible
16member variables.
1718
19
20
Allegro reference manual ALLEGRO_FS_ENTRY(3)