lazarus/components/gtk/gtkglarea/gtkopengl.pas
mattias 89483df42f fixed find in files searching at end of line
git-svn-id: trunk@5942 -
2004-09-08 08:20:50 +00:00

23 lines
430 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install
the package GTKOpenGL 1.0.
}
unit GTKOpenGL;
interface
uses
GTKGLArea_Int, GTKGLAreaControl, nvGL, nvGLX, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('GTKGLAreaControl', @GTKGLAreaControl.Register);
end;
initialization
RegisterPackage('GTKOpenGL', @Register);
end.