Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > b6a8792b0f6b9060b8fea7a887780589 > files > 54

bb-debug-1.3.0-10mdv2011.0.i586.rpm

/*
 * BB: The portable demo
 *
 * (C) 1997 by AA-group (e-mail: aa@horac.ta.jcu.cz)
 *
 * 3rd August 1997
 * version: 1.2 [final3]
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public Licences as by published
 * by the Free Software Foundation; either version 2; or (at your option)
 * any later version
 *
 * This program is distributed in the hope that it will entertaining,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILTY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 * Publis License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.
 * 675 Mass Ave, Cambridge, MA 02139, USA.
 */

extern void patnikconstructor(void);
extern void torusconstructor(void);
extern void destructor(void);
extern void disp3d(void);
extern void set_zbuff(void);
extern void unset_zbuff(void);

extern int alfa,beta,gama,centerx,centery,centerz;
extern float zoom;