static.h
1.14 KB
/**************************************************************************
* *
* Copyright (C) 1995, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
*************************************************************************/
/*
* File: static.h
* Create Date: Thu Dec 14 13:52:23 PST 1995
*
*/
/*
* static display lists
*/
extern Gfx init_dl[];
extern Gfx clearcfb_dl[];
extern Gfx clearzbuffer_dl[];
extern Gfx ground_dl[];
extern Gfx ground_texture_setup_dl[];
extern Gfx ball_dl[];
extern Gfx ball_setup_dl[];
extern Gfx ball_shadow_setup_dl[];