Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

24 linhas
628 B

  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit bitSpaceOpenGL;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. dglOpenGL, dglOpenGLES, uglcArrayBuffer, uglcBitmap, uglcCamera, uglcContext, uglcFrameBufferObject, uglcLight,
  9. uglcShader, uglcTypes, uglcVertexArrayObject, ugluMatrix, ugluMatrixEx, ugluMatrixExHelper, ugluQuaternion,
  10. ugluVector, ugluVectorEx, ugluVectorExHelper, LazarusPackageIntf;
  11. implementation
  12. procedure Register;
  13. begin
  14. end;
  15. initialization
  16. RegisterPackage('bitSpaceOpenGL', @Register);
  17. end.