lazarus/components/gtk/gtkglarea/gtkopengl.pas
mattias 0c15e751c5 renamed gtkglarea.pp to gtkglarecontrol.pas
git-svn-id: trunk@4952 -
2003-12-25 14:34:16 +00:00

23 lines
426 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.