X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2FEditor.lpr;h=647bfae8129308cbab1781174315cc8acacfec16;hp=a0da9cee345627e9a57ab9fcbcab4aab587b794d;hb=c3be56f2a3849cd22be39ce594498c7990e05606;hpb=a3962cf56c3e652202f0e9192857c0b15c1398b7 diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr index a0da9ce..647bfae 100644 --- a/src/editor/Editor.lpr +++ b/src/editor/Editor.lpr @@ -4,7 +4,7 @@ program Editor; uses Forms, Interfaces, - dglOpenGL in '../lib/dgl/dglOpenGL.pas', + GL, GLExt, e_graphics in '../engine/e_graphics.pas', e_log in '../engine/e_log.pas', e_textures in '../engine/e_textures.pas', @@ -37,10 +37,13 @@ uses f_packmap in 'f_packmap.pas' {PackMapForm}, f_maptest in 'f_maptest.pas' {MapTestForm}, f_choosetype in 'f_choosetype.pas' {ChooseTypeForm}, - fmod in '../lib/fmod/fmod.pas', - fmoderrors in '../lib/fmod/fmoderrors.pas', - fmodpresets in '../lib/fmod/fmodpresets.pas', - fmodtypes in '../lib/fmod/fmodtypes.pas', + fmod, + fmoderrors, + fmodpresets, + fmodtypes, + ImagingTypes, + Imaging, + ImagingUtility, g_language in 'g_language.pas', f_selectlang in 'f_selectlang.pas' {SelectLanguageForm};