ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/oococt.h
(Generate patch)

Comparing ray/src/rt/oococt.h (file contents):
Revision 2.3 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.4 by greg, Tue Sep 17 16:36:04 2024 UTC

# Line 20 | Line 20
20     #include <stdio.h>
21  
22  
23
23     /* ===================================================================
24      * CONSTS
25      * =================================================================== */
# Line 159 | Line 158
158  
159     /* DOAN' FORGET: NODES IN ***POSTFIX*** ORDAH!!! */
160  
161 + #ifdef __cplusplus
162 + extern "C" {
163 + #endif
164  
165  
166     /* ===================================================================
# Line 229 | Line 231
231  
232     /* Self-destruct */
233     void OOC_Delete (OOC_Octree *oct);
234 +
235 + #ifdef __cplusplus
236 + }
237 + #endif
238  
239     /* DID WE MENTION NODES ARE IN POSTFIX ORDAH? */
240   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines