Changeset 51 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Jul 26, 2012, 2:07:15 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Non visual related code moved to data module Core in UCore unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r50 r51  
    1313  UFormOptions, CoolTranslator, Common,
    1414  TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory,
    15   UFormMessages, UFormSourceCode, UFormTargetCode, UFormTargetOptions;
     15  UFormMessages, UFormSourceCode, UFormTargetCode, UFormTargetOptions, UCore;
    1616
    1717{$R *.res}
     
    2121  RequireDerivedFormResource := True;
    2222  Application.Initialize;
     23  Application.CreateForm(TCore, Core);
    2324  Application.CreateForm(TMainForm, MainForm);
    2425  Application.CreateForm(TFormCPU, FormCPU);
Note: See TracChangeset for help on using the changeset viewer.