66 lines
1.3 KiB
C++
66 lines
1.3 KiB
C++
|
/***********************************************************************************************
|
|||
|
*
|
|||
|
* Copyright <EFBFBD> DreamWorks Interactive. 1996
|
|||
|
*
|
|||
|
* Contents:
|
|||
|
* A temporary test of water-mapping techniques.
|
|||
|
*
|
|||
|
* To do:
|
|||
|
*
|
|||
|
***********************************************************************************************
|
|||
|
*
|
|||
|
* $Log:: /JP2_PC/Source/GUIApp/WaterTest.hpp $
|
|||
|
*
|
|||
|
* 1 96/12/31 17:31 Speter
|
|||
|
* Moved from Test/WaterTest directory.
|
|||
|
*
|
|||
|
* 2 96/11/11 17:06 Speter
|
|||
|
* Removed ExecuteWater() function, replaced with simple WaterLoad(), which adds a CEntityWater.
|
|||
|
*
|
|||
|
* 1 11/04/96 6:59p Pkeet
|
|||
|
* Initial implementation.
|
|||
|
*
|
|||
|
**********************************************************************************************/
|
|||
|
|
|||
|
#ifndef HEADER_TEST_WATERTEST_HPP
|
|||
|
#define HEADER_TEST_WATERTEST_HPP
|
|||
|
|
|||
|
|
|||
|
//
|
|||
|
// Includes.
|
|||
|
//
|
|||
|
|
|||
|
|
|||
|
//
|
|||
|
// Constants.
|
|||
|
//
|
|||
|
|
|||
|
|
|||
|
//
|
|||
|
// Class definitions.
|
|||
|
//
|
|||
|
|
|||
|
//*********************************************************************************************
|
|||
|
//
|
|||
|
//
|
|||
|
//
|
|||
|
//**************************************
|
|||
|
|
|||
|
|
|||
|
//
|
|||
|
// Global functions.
|
|||
|
//
|
|||
|
|
|||
|
//*********************************************************************************************
|
|||
|
//
|
|||
|
void WaterLoad
|
|||
|
(
|
|||
|
);
|
|||
|
//
|
|||
|
// Loads a swimming pool.
|
|||
|
//
|
|||
|
//**************************************
|
|||
|
|
|||
|
|
|||
|
#endif
|