Changeset 32 for trunk/tunneler.lpr


Ignore:
Timestamp:
Sep 8, 2012, 10:28:50 PM (12 years ago)
Author:
chronos
Message:
  • Added: CoolAudio package.
  • Added: Experimental in-game sounds.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        44tunneler.exe
        55heaptrclog.trc
         6tunneler.lps
  • trunk/tunneler.lpr

    r31 r32  
    3131  Application.CreateForm(TMapForm, MapForm);
    3232  Application.CreateForm(TNewGameForm, NewGameForm);
     33  Application.CreateForm(TDebugForm, DebugForm);
     34  Application.CreateForm(TGameResultForm, GameResultForm);
    3335  {$IFDEF DEBUG}
    34   Application.CreateForm(TDebugForm, DebugForm);
    3536  {$ENDIF}
    36   Application.CreateForm(TGameResultForm, GameResultForm);
    3737  Application.Run;
    3838end.
Note: See TracChangeset for help on using the changeset viewer.