aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/USingNotes.pas
blob: 36e9515f61b83de8dde58b860ea3111be2b40355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unit USingNotes;

interface

{$IFDEF FPC}
  {$MODE Delphi}
{$ENDIF}

{$I switches.inc}

{ Dummy Unit atm
  For further expantation
  Placeholder for Class that will handle the Notes Drawing}

implementation

end.