DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
Windmill.h
Go to the documentation of this file.
1 #ifndef WINDMILL_H
2 #define WINDMILL_H
3 
4 class Windmill
5 {
6 public:
7  Windmill();
8 };
9 
10 #endif // WINDMILL_H
Definition: Windmill.h:4
Windmill()
Definition: Windmill.cpp:3