home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / BOUNCER / BOUNCER.H_ / BOUNCER.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  535 b   |  17 lines

  1. /* BOUNCER.H - Header file for BOUNCER sample screen saver application.
  2.  */
  3.  
  4. #include <scrnsave.h>
  5. #include "resource.h"
  6.  
  7. #define DEF_SOUND TRUE                  // Starting sound state
  8. #define DEF_PAUSE TRUE                  // Starting bottom-pause state
  9.  
  10. /* Function prototypes
  11.  */
  12. void GetIniEntries(void);
  13. void MoveImage(HWND hWnd);
  14. void GetIniSettings(void);
  15. void WriteProfileInt(LPSTR key, LPSTR tag, int i);
  16. extern BOOL FAR PASCAL ScreenSaverConfigureDialog(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
  17.