www.pudn.com > RayTrace.rar > data.h, change:2004-04-11,size:759b


#if !defined(_DATA_H_) 
#define _DATA_H_ 
 
/** 3DGPL *************************************************\ 
 * ()                                                     * 
 * Interpreting ascii data description, constructing a    * 
 * data structure in memory.                              * 
 *                                                        * 
 * Files:                                                 * 
 *  data.c                   Data interpretor.            * 
 *                                                        * 
 * (c) 1995-98 Sergei Savchenko, (savs@cs.mcgill.ca)      * 
\**********************************************************/ 
 
void* D_data(char *name); 
 
/**********************************************************/ 
 
#endif