home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEGL4C.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-24  |  758 b   |  21 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("TeeGL4C.res");
  5. USEPACKAGE("tee4C.bpi");
  6. USEUNIT("GLCanvas.pas");
  7. USEUNIT("TeeOpenGL.pas");
  8. USEUNIT("opengl2.pas");
  9. USEUNIT("geometry.pas");
  10. USEPACKAGE("VCL35.bpi");
  11. //---------------------------------------------------------------------------
  12. #pragma package(smart_init)
  13. //---------------------------------------------------------------------------
  14. //   Package source.
  15. //---------------------------------------------------------------------------
  16. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  17. {
  18.         return 1;
  19. }
  20. //---------------------------------------------------------------------------
  21.