File: tex.h

package info (click to toggle)
bb 1.3rc1-8.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,512 kB
  • ctags: 1,330
  • sloc: ansic: 32,504; sh: 3,184; makefile: 63
file content (32 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * BB: The portable demo
 *
 * (C) 1997 by AA-group (e-mail: [email protected])
 *
 * 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;