glOOP.def
Upload User: shxiangxiu
Upload Date: 2007-01-03
Package Size: 1101k
Code Size: 0k
Category:

OpenGL program

Development Platform:

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