22 lines
		
	
	
		
			398 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			398 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ This file was automatically created by Lazarus. Do not edit!
 | 
						|
  This source is only used to compile and install the package.
 | 
						|
 }
 | 
						|
 | 
						|
unit splashabout;
 | 
						|
 | 
						|
interface
 | 
						|
 | 
						|
uses
 | 
						|
  usplashabout, uversion, scrolltextclass, LazarusPackageIntf;
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
procedure Register;
 | 
						|
begin
 | 
						|
  RegisterUnit('usplashabout', @usplashabout.Register);
 | 
						|
end;
 | 
						|
 | 
						|
initialization
 | 
						|
  RegisterPackage('splashabout', @Register);
 | 
						|
end.
 |