home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Macros / Template Header < prev    next >
Encoding:
Text File  |  1991-07-22  |  385 b   |  29 lines  |  [TEXT/TCEd]

  1. /*
  2.  * HEADER
  3.  *    <filename> - <one-line description of module>
  4.  *
  5.  * COPYRIGHT
  6.  *    Copyright (C) <company name> 1989 All Rights Reserved 
  7.  *
  8.  * WRITTEN BY:
  9.  *    <your name>
  10.  *
  11.  * DESCRIPTION
  12.  *    <description of module>  
  13.  *
  14.  * CREATED:
  15.  *    <create date>
  16.  */
  17.  
  18. /*
  19.  * <function name>
  20.  *
  21.  * <description>
  22.  *
  23.  * Parameters:
  24.  *        <param list >
  25.  *
  26.  * Returns:
  27.  *        <return values>
  28.  */
  29.