aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/plugins/Duell
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/plugins/Duell')
-rw-r--r--unicode/plugins/Duell/Duell.dpr9
1 files changed, 8 insertions, 1 deletions
diff --git a/unicode/plugins/Duell/Duell.dpr b/unicode/plugins/Duell/Duell.dpr
index 3aff4d3e..93c87d0e 100644
--- a/unicode/plugins/Duell/Duell.dpr
+++ b/unicode/plugins/Duell/Duell.dpr
@@ -1,5 +1,9 @@
library Duell;
+{$IFDEF FPC}
+ {$MODE Delphi}
+{$ENDIF}
+
uses
ModiSDK in '..\SDK\ModiSDK.pas';
@@ -92,7 +96,10 @@ begin
end;
exports
-PluginInfo, Init, Draw, Finish;
+ PluginInfo,
+ Init,
+ Draw,
+ Finish;
begin