Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2006, 6:06:26 PM (18 years ago)
Author:
bensch
Message:

try fix

File:
1 edited

Legend:

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

    r6981 r7125  
    1212/* INCLUDES */
    1313#include "world_entity.h"
     14#include "material.h"
     15
    1416
    1517/* FORWARD DECLARATION */
    16 class Material;
    1718class Grid;
    1819class Shader;
     
    5354    float           cohesion;        //!< Cohesion.
    5455
    55     Material*       waterMaterial;
     56    Material        waterMaterial;
    5657    Shader*         waterShader;
    5758    float           height;          //!< The hight of the Water
Note: See TracChangeset for help on using the changeset viewer.