home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Sensaura / SDK1.0 / data1.cab / Example_Files / ZoomFX / aboutbox.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-13  |  495 b   |  19 lines

  1. /*
  2.     Company:            Sensaura Ltd
  3.     Copyright:          (C) 2000
  4.  
  5.     File Name:            aboutbox.h
  6.     File Description:    Header file for definition of About Dialog box functions
  7.     Author:                Adam Philp
  8.     Last Update:        04-JAN-00
  9.  
  10.     Target Compiler:    Microsoft Visual C++ Version 5.0
  11. */
  12.  
  13. #ifndef __aboutbox_h                    // Sentry, use file only if it's not already included
  14. #define __aboutbox_h
  15.  
  16. int AboutBox(HWND, HINSTANCE, bool bModal = true);
  17.  
  18. #endif                                    // End of sentry __aboutbox_h
  19.