⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 game.dpr

📁 Delphi的即时战略游戏源码
💻 DPR
字号:
program game;

uses
  Forms,
  main in 'main.pas' {Form1},
  common in 'common.pas',
  GraphProc in 'GraphProc.pas',
  SupportR in 'SupportR.pas',
  land in 'land.pas',
  MousePtr in 'MousePtr.pas',
  ControlPanel in 'ControlPanel.pas',
  Z_buffer in 'Z_buffer.pas',
  FpsCount in 'FpsCount.pas',
  fonts in 'fonts.pas',
  SelfControls in 'SelfControls.pas',
  MainInterface in 'MainInterface.pas',
  ViewObjects in 'ViewObjects.pas',
  editor in 'editor.pas',
  GroundLib in 'GroundLib.pas',
  robots in 'robots.pas';

{$R *.RES}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -