Hi!
I wanna put all my game''s bitmaps into a *.bmp file.
But to load it i must have a way to load a part of it that
doesn''t begin at 0,0.
like this:
...(Tank5.Pos.x, Tank.Pos.y, 100, 100);
or this:
...(150, 135, 100, 100);
how do you manage all your bitmaps?