home *** CD-ROM | disk | FTP | other *** search
- /*
- Company: Sensaura Ltd
- Copyright: (C) 2000
-
- File Name: aboutbox.h
- File Description: Header file for definition of About Dialog box functions
- Author: Adam Philp
- Last Update: 04-JAN-00
-
- Target Compiler: Microsoft Visual C++ Version 5.0
- */
-
- #ifndef __aboutbox_h // Sentry, use file only if it's not already included
- #define __aboutbox_h
-
- int AboutBox(HWND, HINSTANCE, bool bModal = true);
-
- #endif // End of sentry __aboutbox_h
-