Re: [AD] file type registration functions |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] file type registration functions
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Wed, 29 Jul 2009 10:36:27 -0600 (MDT)
On Wed, July 29, 2009 5:40 am, Peter Wang said:
> Now we have to name these functions consistently:
>
> al_add_image_handler (actually multiple handlers)
> al_register_font_extension
> al_register_sample_loader
> al_register_sample_saver
> al_register_stream_loader
>
> Peter
Maybe we can split up the functionality in each addon
so there can be savers/loaders without the other, then
name them all al_register_*_loader/saver.
Trent :{)>