Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/water.h

    r7954 r9869  
    1313#include "world_entity.h"
    1414#include "material.h"
    15 
     15#include "shader.h"
    1616
    1717/* FORWARD DECLARATION */
    1818class Grid;
    19 class Shader;
    2019
    2120//! A Class to handle a WaterEffects
    2221class Water : public WorldEntity
    2322{
    24  public:
     23  ObjectListDeclaration(Water);
     24  public:
    2525   Water(const TiXmlElement* root = NULL);
    2626   virtual ~Water();
     
    3838   void draw() const;
    3939   void tick(float dt);
    40    
     40
    4141   virtual void varChangeHandler( std::list<int> & id );
    4242
     
    5151
    5252    Material        waterMaterial;
    53     Shader*         waterShader;
    54    
     53    Shader          waterShader;
     54
    5555    float           height;          //!< The hight of the Water
    5656    int             height_handle;   //!< Handle to notify about changes of height
Note: See TracChangeset for help on using the changeset viewer.