Re: [AD] Proposal for first step towards new api |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2001-12-18, Javier González <xaviergonz@xxxxxxxxxx> wrote:
> * And last but not least permit either packfiles to manage memory buffers or
> let the load_pcx, load_wav and souch routines to load from memory (VERY
> useful when reading from own "archive" formats) like al_load_pcx_from_mem()
> or whatever
The right way to do this is at the PACKFILE level, either the custom
packfiles idea, or Shawn's chainable packfiles idea (much harder, but
better).