home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("TeeGL4C.res");
- USEPACKAGE("tee4C.bpi");
- USEUNIT("GLCanvas.pas");
- USEUNIT("TeeOpenGL.pas");
- USEUNIT("opengl2.pas");
- USEUNIT("geometry.pas");
- USEPACKAGE("VCL35.bpi");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------
-