home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
TEECHART
/
Delphi1_And_Delphi2
/
EXAMPLES
/
PACMAN
/
TEEPAC.DPR
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-24
|
343 b
|
17 lines
program Teepac;
uses
Forms,
Upacman in 'UPACMAN.PAS' {TeePacForm},
Uabout in 'UABOUT.PAS' {AboutTeePac},
Uteehelp in 'UTEEHELP.PAS' {TeeHelp},
Urankin in 'URANKIN.PAS' {TeeRanking},
Udesign in 'UDESIGN.PAS' {TeeDesign};
{$R *.RES}
begin
Application.CreateForm(TTeePacForm, TeePacForm);
Application.Run;
end.