data.h
上传用户:lhwx1029
上传日期:2013-03-07
资源大小:1173k
文件大小:1k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. #if !defined(_DATA_H_)
  2. #define _DATA_H_
  3. /** 3DGPL *************************************************
  4.  * ()                                                     *
  5.  * Interpreting ascii data description, constructing a    *
  6.  * data structure in memory.                              *
  7.  *                                                        *
  8.  * Files:                                                 *
  9.  *  data.c                   Data interpretor.            *
  10.  *                                                        *
  11.  * (c) 1995-98 Sergei Savchenko, (savs@cs.mcgill.ca)      *
  12. **********************************************************/
  13. void* D_data(char *name);
  14. /**********************************************************/
  15. #endif