Re: [AD] load_datafile_object using index |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] load_datafile_object using index
- From: <spoofer255@xxxxxxxxxx>
- Date: Thu, 21 Apr 2005 14:24:58 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DbsZr3+3jpXLpzayKGLTceIJyleIyjGS2VX0ToNyrzeh3AR/4dRXW9IXT7Pr8Tc3vGYZD3yUqWDB26q6sMXOS76rjsjywQoesx+Ozs4RfOJpmapUyS8lVOqq5Qt1GsAGDcO6iNunldU/F/K2Zqn2h0AdEBhjpjCaCj0r4jOLjE4=
> Well, there's create_bitmap/destroy_bitmap and so on.. so why not
> create_datafile_index/destroy_datafile_index. It doesn't really load
> anything in the sense of all the other load_* functions, but merely
> creates an index from the given datafile. Only load_datafile and
> load_datafile_object[_indexed] actually load something from that file.
That makes sense. After searching trough allegro docs I agree will
create/destroy.
Should I make now (final) patch or is it OK to leave that to someone else?