home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / clumpprp.h_ / clumpprp.bin
Text File  |  1995-11-14  |  2KB  |  52 lines

  1. #if !defined(_CLUMPPRP_H)
  2. #define _CLUMPPRP_H
  3.  
  4. /**********************************************************************
  5.  *
  6.  * File :     clumpprp.h
  7.  *
  8.  * Abstract : Clump properties dialog for the simple RenderWare
  9.  *            application RWVIEW.EXE.
  10.  *
  11.  *            This application had been written to be compatible with
  12.  *            both the fixed and floating-point versions of the
  13.  *            RenderWare library, i.e., it uses the macros CREAL,
  14.  *            INT2REAL, RAdd, RDiv, RSub etc. If your application is
  15.  *            intended for the floating-point version of the library
  16.  *            only these macros are not necessary.
  17.  *
  18.  *            Please note that this application is intended for
  19.  *            demonstration purposes only. No support will be
  20.  *            provided for this code and it comes with no warranty.
  21.  *
  22.  **********************************************************************
  23.  *
  24.  * This file is a product of Criterion Software Ltd.
  25.  *
  26.  * This file is provided as is with no warranties of any kind and is
  27.  * provided without any obligation on Criterion Software Ltd. or
  28.  * Canon Inc. to assist in its use or modification.
  29.  *
  30.  * Criterion Software Ltd. will not, under any
  31.  * circumstances, be liable for any lost revenue or other damages arising
  32.  * from the use of this file.
  33.  *
  34.  * Copyright (c) 1994, 1995 Criterion Software Ltd.
  35.  * All Rights Reserved.
  36.  *
  37.  * RenderWare is a trademark of Canon Inc.
  38.  *
  39.  **********************************************************************/
  40.  
  41. /**********************************************************************
  42.  *
  43.  * Functions.
  44.  *
  45.  **********************************************************************/
  46.  
  47. BOOL CALLBACK
  48. ClumpPropsDlgProc(HWND dialog, UINT message, WPARAM wParam, LPARAM lParam);
  49.  
  50. /**********************************************************************/
  51.  
  52. #endif /* !defined(_CLUMPPRP_H) */