/* * gcl 2.10 * * Graphic Counter Language * * C defaults source code * * Copyright 1999 G. Adam Stanislav * All rights reserved * * This C file is to be INCLUDED in gcl.c. It contains default images * GCL uses. Or actually doesn't use, since they are all NULL. * * However, when using the -k ("make") option of gcl, this file * will be modified to contain any default images you want. That will * allow you to hardcode images directly into your customized version * of gcl, and save considerable amount of processing time. * * This is useful for web sites with thousands (or more) of users * logging on simultaneously. It will increase the size of the gcl * binary executable, but decrease the disk access considerably. * * Started: 27-Feb-1999 * Updated: 27-Feb-1999 */ static gdImagePtr const defaultimage[GRAPHICS] = { NULL };