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

Comparing ray/src/meta/imPfuncs.h (file contents):
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 1.3 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 15 | Line 15
15   #ifndef _RAD_IMPFUNCS_H_
16   #define _RAD_IMPFUNCS_H_
17  
18 + #include <varargs.h>
19 +
20   #ifdef __cplusplus
21   extern "C" {
22   #endif
# Line 77 | Line 79 | extern "C" {
79   #define imPM_ORIENTATION        0x001
80  
81   extern FILE *imout;
82 +
83 + extern void im_w(int code, unsigned int w);
84 + extern void im_223(int code,unsigned int b2a,unsigned int b2b,unsigned int b3);
85 + extern void im_77(int code, unsigned int b7a, unsigned int b7b);
86 + /*extern void imCreateFamilyTable(...); */
87 + /*extern void imCreatePath(...); */
88 + extern void imCreatePathV(unsigned int count, unsigned int *vec);
89 + extern void imInit(void);
90  
91   #ifdef __cplusplus
92   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines