Hi all,
I'm probably going to split up the
gameloop() into several parts.
possible subfunctions are:
eventloop()
actionloop()
drawloop()
Greetz...
Tobias Gläßer
--
From: Duong-Khang N. <neo...@us...> - 2003-12-21 09:24:16
I agree with Tobias, we should split up gameloop. It's better in a program
to have functions which don't take more than 2 pages of codes. Anyway, it's
my coding style :-D
Am So, den 21.12.2003 schrieb Duong-Khang NGUYEN um 04:25:
> I agree with Tobias, we should split up gameloop. It's better in a program
> to have functions which don't take more than 2 pages of codes. Anyway, it's
> my coding style :-D
You won't have to wait long. :)
Greetz...
Tobias Gläßer
On Sat, Dec 20, 2003 at 10:19:18PM -0500, Tobias Gl=E4=DFer wrote:
> Hi all,
>=20
> I'm probably going to split up the
> gameloop() into several parts.
That makes sense. Thx!
-bill!