Subversion Repositories public iLand

Rev

Rev 525 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1
 
448 werner 2
#ifndef SOIL_H
3
#define SOIL_H
4
 
5
class Soil
6
{
7
public:
8
    Soil();
9
};
10
 
11
#endif // SOIL_H