| # | Line 44 | Line 44 | |
|---|---|---|
| 44 | #define pmapRandom(state) erand48(state) | |
| 45 | #endif | |
| 46 | ||
| 47 | + | #ifdef __cplusplus |
| 48 | + | extern "C" { |
| 49 | + | #endif |
| 50 | ||
| 51 | extern unsigned short partState [3], emitState [3], cntState [3], | |
| 52 | mediumState [3], scatterState [3], rouletteState [3], | |
| 53 | randSeed; | |
| 54 | + | |
| 55 | + | #ifdef __cplusplus |
| 56 | + | } |
| 57 | + | #endif |
| 58 | + | |
| 59 | #endif | |
| 60 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |