glOOP.def
上传用户:shxiangxiu
上传日期:2007-01-03
资源大小:1101k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. ; glOOP.def : Declares the module parameters for the DLL.
  2. LIBRARY      "glOOP"
  3. DESCRIPTION  'glOOP Windows Dynamic Link Library'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6. ; _declspec( dllexport ) C3dEngine the3dEngine;
  7. the3dEngine DATA; // Export our OpenGL engine