Re: [cc65] Graphics library

Date view Thread view Subject view

From: M Ancher (ancher_at_ancher.org)
Date: 2001-08-13 22:16:30


On Mon, Aug 13, 2001 at 09:47:25PM +0200, groepaz wrote:
> mmmh well.... that is a (_THE_) problem indeed... if we want tight
> code, we can only have ONE gfx-mode (and we dont need all those
> functions that deal with finding out the current or available
> gfx-mode or resolution) - and if we want a flexible library, we will end
> up with loads of dead code linked in. ... mmmmh ... sounds to me as if having
> a set of simelar functions for each gfx-mode in a seperate module
> which you'd have to select (link in) at compile time.

How about

#include <graphics.h>
#include <graph160.h>

for 160x200.

or 

#include <graphics.h>
#include <graphall.h>

if all modes are needed.

This solution make programs small if needed, or flexible if needed.

/Martin Ancher <ancher_at_ancher.org>
http://ancher.org/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:41 CET