ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/dummy.c
Revision: 1.2
Committed: Tue Mar 14 11:33:51 1989 UTC (36 years, 5 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.1: +2 -0 lines
Log Message:
added texdata dummy

File Contents

# User Rev Content
1 greg 1.1 /* Copyright (c) 1986 Regents of the University of California */
2    
3     #ifndef lint
4     static char SCCSid[] = "$SunId$ LBL";
5     #endif
6    
7     /*
8     * dummy.c - dummy function definitions.
9     *
10     * 12/19/85
11     */
12    
13    
14     o_source() { return(0); }
15    
16     m_light() { return(0); }
17    
18     m_normal() { return(0); }
19    
20     m_dielectric() { return(0); }
21    
22     m_glass() { return(0); }
23    
24     m_clip() { return(0); }
25    
26     p_cfunc() { return(0); }
27    
28     p_bfunc() { return(0); }
29    
30     t_func() { return(0); }
31    
32 greg 1.2 t_data() { return(0); }
33    
34 greg 1.1 p_pdata() { return(0); }
35    
36     p_cdata() { return(0); }
37    
38     p_bdata() { return(0); }
39    
40     text() { return(0); }
41    
42     mx_data() { return(0); }
43    
44     mx_func() { return(0); }