| 1 |
< |
/* Copyright (c) 1996 Regents of the University of California */ |
| 2 |
< |
|
| 3 |
< |
/* SCCSid "$SunId$ LBL" */ |
| 4 |
< |
|
| 1 |
> |
/* RCSid: $Id$ */ |
| 2 |
|
/*------------------------------------------------------------------------- |
| 3 |
|
|
| 4 |
|
Triangle Bounder/Smoother for POV-Ray |
| 14 |
|
|
| 15 |
|
--------------------------------------------------------------------------*/ |
| 16 |
|
|
| 17 |
< |
#ifndef __RAYOPT_H |
| 18 |
< |
#define __RAYOPT_H |
| 17 |
> |
#ifndef _MGF_RAYOPT_H |
| 18 |
> |
#define _MGF_RAYOPT_H |
| 19 |
> |
#ifdef __cplusplus |
| 20 |
> |
extern "C" { |
| 21 |
> |
#endif |
| 22 |
|
|
| 23 |
+ |
|
| 24 |
|
#include "vect.h" |
| 25 |
|
|
| 26 |
|
void opt_set_format (int format); |
| 57 |
|
void add_ext (char *fname, char *ext, int force); |
| 58 |
|
void cleanup_name (char *name); |
| 59 |
|
|
| 60 |
+ |
|
| 61 |
+ |
#ifdef __cplusplus |
| 62 |
+ |
} |
| 63 |
|
#endif |
| 64 |
+ |
#endif /* _MGF_RAYOPT_H */ |
| 65 |
+ |
|