ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/lib4014/local4014.h
Revision: 1.1
Committed: Sat Nov 15 02:13:37 2003 UTC (20 years, 6 months ago) by schorsch
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R6P1, rad3R6
Log Message:
Continued ANSIfication, and reduced other compile warnings.

File Contents

# User Rev Content
1 schorsch 1.1 /* RCSid: $Id: random.h,v 1.2 2003/07/14 22:24:00 schorsch Exp $ */
2     /*
3     * random.h - header file for random(3) function.
4     *
5     * 10/1/85
6     */
7     #ifndef _RAD_LOCAL4014_H_
8     #define _RAD_LOCAL4014_H_
9    
10     #include <stdlib.h>
11    
12     #ifdef __cplusplus
13     extern "C" {
14     #endif
15    
16     extern float obotx;
17     extern float oboty;
18     extern float botx;
19     extern float boty;
20     extern float scalex;
21     extern float scaley;
22     extern int scaleflag;
23    
24     extern int oloy;
25     extern int ohiy;
26     extern int ohix;
27     extern int oextra;
28    
29    
30     #ifdef __cplusplus
31     }
32     #endif
33     #endif /* _RAD_LOCAL4014_H_ */
34