fEarthC.cpp 793 B

1234567891011121314151617181920212223242526
  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. #include "fEarthC.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma link "GLS.BaseClasses"
  8. #pragma link "GLS.Cadencer"
  9. #pragma link "GLS.Coordinates"
  10. #pragma link "GLS.LensFlare"
  11. #pragma link "GLS.Material"
  12. #pragma link "GLS.Objects"
  13. #pragma link "GLS.Scene"
  14. #pragma link "GLS.SceneViewer"
  15. #pragma link "GLS.SkyDome"
  16. #pragma link "GLSL.TextureShaders"
  17. #pragma resource "*.dfm"
  18. TForm3 *Form3;
  19. //---------------------------------------------------------------------------
  20. __fastcall TForm3::TForm3(TComponent* Owner)
  21. : TForm(Owner)
  22. {
  23. }
  24. //---------------------------------------------------------------------------