summaryrefslogtreecommitdiff
path: root/extras/tiopf/mvp/gg_mvp.pas
blob: c8981b1a29304ba99f963f74157256d47cb7ea18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
 }

unit gg_mvp; 

interface

uses
  basic_intf, basic_impl, view_impl, fpgui_intf, LazarusPackageIntf; 

implementation

procedure Register; 
begin
end; 

initialization
  RegisterPackage('gg_mvp', @Register); 
end.