| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | * | |
| 5 | * 9/29/97 GWLarson | |
| 6 | */ | |
| 7 | + | #ifndef _RAD_HOLO_H_ |
| 8 | + | #define _RAD_HOLO_H_ |
| 9 | ||
| 10 | #include "standard.h" | |
| 11 | #include "color.h" | |
| 12 | ||
| 13 | + | #ifdef __cplusplus |
| 14 | + | extern "C" { |
| 15 | + | #endif |
| 16 | + | |
| 17 | #ifndef HDMAX | |
| 18 | #define HDMAX 128 /* maximum active holodeck sections */ | |
| 19 | #endif | |
| # | Line 144 | Line 150 | extern int hdwg1[6]; /* wall grid 1 index */ | |
| 150 | * in future versions, but we thought this would be best for paging speed | |
| 151 | * in our initial implementation. | |
| 152 | */ | |
| 153 | + | |
| 154 | + | |
| 155 | + | #ifdef __cplusplus |
| 156 | + | } |
| 157 | + | #endif |
| 158 | + | #endif /* _RAD_HOLO_H_ */ |
| 159 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |