mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 00:52:36 +02:00
17 lines
175 B
ObjectPascal
17 lines
175 B
ObjectPascal
unit SQLiteResources;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes, SysUtils, LResources, SQLiteDataSet;
|
|
|
|
implementation
|
|
|
|
initialization
|
|
{$I sqliteresources.lrs}
|
|
|
|
end.
|
|
|