home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Shell ƒ / program init.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-15  |  213 b   |  16 lines  |  [TEXT/MMCC]

  1. #ifndef __MY_PROGRAM_INIT_H__
  2. #define __MY_PROGRAM_INIT_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern    void InitTheProgram(void);
  9. extern    Boolean ShutDownTheProgram(void);
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.  
  15. #endif
  16.