-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathShip.cpp
More file actions
25 lines (20 loc) · 748 Bytes
/
Ship.cpp
File metadata and controls
25 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/************************************************************************/
/* */
/* P R O J E K T A V A L O N */
/* */
/* Ship.cpp Class Fuctions for the Ship Class */
/* */
/* Last Change March 19, 2009; Hendrik Erckens */
/* */
/************************************************************************/
#include <rtx/message.h>
#include "avalon.h"
#include "Ship.h"
/**
* Class functions
* */
Ship::Ship() // Constructor
{
wanted_sail_angle_to_wind = 0;
}
Ship::~Ship(){} // Destructor