[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2011-07-29, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> On Fri, Jul 29, 2011 at 9:24 PM, Peter Wang <novalazy@xxxxxxxxxx> wrote:
> > Do we need to allow the user to set userdata on a slice?
> > That probably requires adding an extra field to ALLEGRO_FILE.
> >
> What would the purpose / use case be for that?
Nevermind. Since there is no al_set_file_userdata, the only way to have
set it is by using al_create_file_handle, so it really is only useful
when implementing ALLEGRO_FILE_INTERFACE yourself.
Peter