home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / ISp Sample / Source / AboutBox.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  874 b   |  46 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        AboutBox.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 1999 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                xxx put dri here xxx
  13.  
  14.         Other Contact:        xxx put other contact here xxx
  15.  
  16.         Technology:            xxx put technology here xxx
  17.  
  18.     Writers:
  19.  
  20.         (BWS)    Brent Schorsch
  21.  
  22.     Change History (most recent first):
  23.  
  24.        <SP1>      7/1/99    BWS        first checked in
  25. */
  26.  
  27. #ifndef __ABOUTBOX__
  28. #define __ABOUTBOX__
  29.  
  30. //•    ————————————————————————————————————————    Includes
  31. //•    ————————————————————————————————————————    Public Definitions
  32. //•    ————————————————————————————————————————    Public Types
  33. //•    ————————————————————————————————————————    Public Variables
  34. //•    ————————————————————————————————————————    Public Functions
  35.  
  36. #ifdef __cplusplus
  37. extern "C" {
  38. #endif
  39.  
  40. extern void AboutBox(void);
  41.  
  42. #ifdef __cplusplus
  43. }
  44. #endif
  45.  
  46. #endif