Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Water.h

Go to the documentation of this file.
00001 #ifndef _WATER_H_
00002 #define _WATER_H_
00003 
00004 #include "Object.h"
00005 
00011 class Water : public Object
00012 {
00013  public:
00014   Water(string filename);
00015   virtual ~Water();
00016 
00021   virtual void addWater(Vector3 v);
00022   virtual void addWater(Vector3 bR, Vector3 tR, Vector3 bL, Vector3 tL);
00023 };
00024 
00025 #endif

Generated on Wed Apr 21 11:10:53 2004 for naturecalls by doxygen1.2.18