home *** CD-ROM | disk | FTP | other *** search
- #if !defined(_LIGHTPRP_H)
- #define _LIGHTPRP_H
-
- /**********************************************************************
- *
- * File : lightprp.h
- *
- * Abstract : Light properties dialog for the simple RenderWare
- * application RWVIEW.EXE.
- *
- * This application had been written to be compatible with
- * both the fixed and floating-point versions of the
- * RenderWare library, i.e., it uses the macros CREAL,
- * INT2REAL, RAdd, RDiv, RSub etc. If your application is
- * intended for the floating-point version of the library
- * only these macros are not necessary.
- *
- * Please note that this application is intended for
- * demonstration purposes only. No support will be
- * provided for this code and it comes with no warranty.
- *
- **********************************************************************
- *
- * This file is a product of Criterion Software Ltd.
- *
- * This file is provided as is with no warranties of any kind and is
- * provided without any obligation on Criterion Software Ltd. or
- * Canon Inc. to assist in its use or modification.
- *
- * Criterion Software Ltd. will not, under any
- * circumstances, be liable for any lost revenue or other damages arising
- * from the use of this file.
- *
- * Copyright (c) 1994, 1995 Criterion Software Ltd.
- * All Rights Reserved.
- *
- * RenderWare is a trademark of Canon Inc.
- *
- **********************************************************************/
-
- /**********************************************************************
- *
- * Functions.
- *
- **********************************************************************/
-
- BOOL CALLBACK
- LightPropsDlgProc(HWND dialog, UINT message, WPARAM wParam, LPARAM lParam);
-
- /**********************************************************************/
-
- #endif /* !defined(_LIGHTPRP_H) */