home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Games / Swat / README.TXT < prev    next >
Encoding:
Text File  |  1999-01-26  |  719 b   |  23 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     SWAT
  8.  
  9. DESCRIPTION:
  10.     See how many bugs you can squash before time runs out.
  11.  
  12. DEMONSTRATES:
  13.     + TTimer, TMainMenu, TTrackBar.
  14.     + Responding to mouse clicks on a form.
  15.     + Drawing on a form using its Canvas member.
  16.     + Loading cursors and bitmaps from resources.
  17.  
  18. COMMENTS:
  19.     EXTRARES.RES must exist before the project can be built.
  20.     To rebuild EXTRARES.RES use the following command-line:
  21.     BRC32 -r extrares.rc
  22.  
  23.