Re: [AD] use double for al_current_time and al_rest? |
[ 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] use double for al_current_time and al_rest?
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Thu, 27 Dec 2007 12:40:05 -0700 (MST)
On Thu, December 27, 2007 5:44 am, Elias Pschernig said:
> Should we change
>
> unsigned long al_current_time(void)
> void al_rest(long msecs)
>
> to
>
> double al_current_time(void)
> void al_rest(double seconds)
I really like al_current_time as it is now, but if we change it I'll
simply replace it with my own function like I've been doing before
4.9.
Trent