| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | * | |
| 5 | * Include after "standard.h" | |
| 6 | */ | |
| 7 | + | #ifndef _RAD_RHD_SAMPLE_H_ |
| 8 | + | #define _RAD_RHD_SAMPLE_H_ |
| 9 | + | |
| 10 | #include "color.h" | |
| 11 | #include "tonemap.h" | |
| 12 | #include "rhdriver.h" | |
| 13 | #include "object.h" | |
| 14 | ||
| 15 | + | #ifdef __cplusplus |
| 16 | + | extern "C" { |
| 17 | + | #endif |
| 18 | + | |
| 19 | #ifndef INVALID | |
| 20 | #define INVALID -1 | |
| 21 | #endif | |
| # | Line 140 | Line 147 | extern S_ID sAlloc_samp(); | |
| 147 | */ | |
| 148 | ||
| 149 | ||
| 150 | < | |
| 150 | > | #ifdef __cplusplus |
| 151 | > | } |
| 152 | > | #endif |
| 153 | > | #endif /* _RAD_RHD_SAMPLE_H_ */ |
| 154 | ||
| 155 | ||
| 156 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |