X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_mapoptions.pas;h=d86ff0e3542b508c132588a588f188d4a0e0bfb9;hb=6fb9c23afad22a71679525dc44ea32675d73609f;hp=a194fa929071a597c29b9eaafa08e8baba658f6c;hpb=b72e164f0fb64e3301ae8ca217449daf6a9d301d;p=d2df-editor.git diff --git a/src/editor/f_mapoptions.pas b/src/editor/f_mapoptions.pas index a194fa9..d86ff0e 100644 --- a/src/editor/f_mapoptions.pas +++ b/src/editor/f_mapoptions.pas @@ -1,13 +1,13 @@ unit f_mapoptions; -{$MODE Delphi} +{$INCLUDE ../shared/a_modes.inc} interface uses SysUtils, Classes, Forms, Dialogs, Controls, StdCtrls, ComCtrls, Buttons, - f_main; + f_main, utils; type TMapOptionsForm = class (TForm)