1 |
greg |
1.2 |
/* RCSid: $Id: local4014.h,v 1.1 2003/11/15 02:13:37 schorsch Exp $ */ |
2 |
schorsch |
1.1 |
/* |
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 |
|
|
|