Re: [AD] Proposal for first step towards new api |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Well, now that we are talking about medium sized changes, i would like
to point out 5 things:
* Im against using al__whatever, but ok with _al_whatever or alint_whatever
* No globals please! Make functions, or well, whatever like
al_get_screen_bitmap()
* Agreed with the use of al_main instead of main
* 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
* Agreed with Laurence const changes. There is no compiler that allegro
supports (I think) that doesn't support (or ignores) this keyword.
Well, that's all