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

Comparing ray/src/common/radogl.h (file contents):
Revision 3.9 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 3.10 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# Line 4 | Line 4
4   */
5   #ifndef _RAD_RADOGL_H_
6   #define _RAD_RADOGL_H_
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
7  
8   #include "standard.h"
9   #include <GL/glu.h>
# Line 14 | Line 11 | extern "C" {
11   #include "object.h"
12   #include "otypes.h"
13   #include "lookup.h"
14 +
15 + #ifdef __cplusplus
16 + extern "C" {
17 + #endif
18  
19   #define MAXLIGHTS       8       /* number of OGL light sources */
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines