| # | Line 41 | Line 41 | |
|---|---|---|
| 41 | void *data; | |
| 42 | } OOC_SearchFilter; | |
| 43 | ||
| 44 | < | |
| 44 | > | #ifdef __cplusplus | 
| 45 | > | extern "C" { | 
| 46 | > | #endif | 
| 47 | ||
| 48 | float OOC_FindNearest (OOC_Octree *oct, OOC_Node *node, | |
| 49 | OOC_DataIdx dataIdx, const FVECT org, float size, | |
| # | Line 84 | Line 86 | |
| 86 | void *OOC_GetNearest (const OOC_SearchQueue *queue, unsigned idx); | |
| 87 | /* Return pointer to record at pos idx in search queue after calling | |
| 88 | * OOC_FindNearest() */ | |
| 89 | + | |
| 90 | + | #ifdef __cplusplus | 
| 91 | + | } | 
| 92 | + | #endif | 
| 93 | + | |
| 94 | #endif | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |