forked from artyfarty/bb-osx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtex.h
32 lines (30 loc) · 1.06 KB
/
tex.h
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;