src/Ship.h File Reference

#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "ISaveObject.h"

Include dependency graph for Ship.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ship

Defines

#define _SHIPS_H_

Enumerations

enum  SailState { NOSAILS, HALFSAILS, FULLSAILS }
enum  RudderState { LEFT, CENTER, RIGHT }
enum  ShipState { NORMAL, SINKING, SUNK }


Define Documentation

#define _SHIPS_H_

Definition at line 6 of file Ship.h.


Enumeration Type Documentation

enum RudderState

Enumerator:
LEFT 
CENTER 
RIGHT 

Definition at line 19 of file Ship.h.

00019 { LEFT, CENTER, RIGHT };

enum SailState

Enumerator:
NOSAILS 
HALFSAILS 
FULLSAILS 

Definition at line 18 of file Ship.h.

enum ShipState

Enumerator:
NORMAL 
SINKING 
SUNK 

Definition at line 20 of file Ship.h.

00020 { NORMAL, SINKING, SUNK };


Generated on Mon Jan 8 22:34:13 2007 for CrownandCutlass by  doxygen 1.4.7