| 6 |
|
*/ |
| 7 |
|
#ifndef _RAD_FUNC_H_ |
| 8 |
|
#define _RAD_FUNC_H_ |
| 9 |
+ |
|
| 10 |
+ |
#include "calcomp.h" |
| 11 |
+ |
|
| 12 |
|
#ifdef __cplusplus |
| 13 |
|
extern "C" { |
| 14 |
|
#endif |
| 15 |
|
|
| 13 |
– |
|
| 14 |
– |
#include "copyright.h" |
| 15 |
– |
|
| 16 |
– |
#include "calcomp.h" |
| 17 |
– |
|
| 16 |
|
#define MAXEXPR 9 /* maximum expressions in modifier */ |
| 17 |
|
|
| 18 |
|
typedef struct { |
| 29 |
|
extern void freefunc(OBJREC *m); |
| 30 |
|
extern int setfunc(OBJREC *m, RAY *r); |
| 31 |
|
extern void loadfunc(char *fname); |
| 32 |
+ |
|
| 33 |
+ |
/* defined in noise3.c */ |
| 34 |
+ |
extern void setnoisefuncs(void); |
| 35 |
+ |
|
| 36 |
+ |
/* defined in fprism.c */ |
| 37 |
+ |
extern void setprismfuncs(void); |
| 38 |
|
|
| 39 |
|
|
| 40 |
|
#ifdef __cplusplus |