mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 12:29:27 +01:00 
			
		
		
		
	simpleideintf: updated
git-svn-id: trunk@46903 -
This commit is contained in:
		
							parent
							
								
									6669260656
								
							
						
					
					
						commit
						5aed1c349d
					
				@ -1,20 +1,14 @@
 | 
			
		||||
{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden!
 | 
			
		||||
Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages.
 | 
			
		||||
{ This file was automatically created by Lazarus. Do not edit!
 | 
			
		||||
  This source is only used to compile and install the package.
 | 
			
		||||
 }
 | 
			
		||||
 | 
			
		||||
unit SimpleIDEIntf; 
 | 
			
		||||
unit SimpleIDEIntf;
 | 
			
		||||
 | 
			
		||||
interface
 | 
			
		||||
 | 
			
		||||
uses
 | 
			
		||||
  SimpleIDE, LazarusPackageIntf; 
 | 
			
		||||
  SimpleIDE;
 | 
			
		||||
 | 
			
		||||
implementation
 | 
			
		||||
 | 
			
		||||
procedure Register; 
 | 
			
		||||
begin
 | 
			
		||||
end; 
 | 
			
		||||
 | 
			
		||||
initialization
 | 
			
		||||
  RegisterPackage('SimpleIDEIntf', @Register); 
 | 
			
		||||
end.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user