Re: [AD] Function parameter ordering conventions |
[ 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] Function parameter ordering conventions
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 20 Jun 2007 23:37:59 +0200
On Wednesday 20 June 2007 23:33, Colin Ward wrote:
> But when would the changes be implemented? I would think the 4.9
release?
> I have been compiling lots of software for the Amiga and it compiles
> without changes, so it would be silly to have to "fix" old games if the
> Allegro update was only, say, 4.2.x -> 4.3.x IMHO.
One doesn't change the meaning (or ordering) of function arguments without
changing the name of the function. Ever. So rest assured that if it
compiles now the new API changes are not going to break that. :)
Evert