summaryrefslogtreecommitdiff
path: root/ship.h
diff options
context:
space:
mode:
Diffstat (limited to 'ship.h')
-rw-r--r--ship.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ship.h b/ship.h
index db5773fb5..eb81ef9a6 100644
--- a/ship.h
+++ b/ship.h
@@ -1,5 +1,8 @@
/* $Id$ */
+#ifndef SHIP_H
+#define SHIP_H
+
#include "vehicle.h"
void CcCloneShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
@@ -14,3 +17,5 @@ static inline bool IsShipInDepotStopped(const Vehicle* v)
{
return IsShipInDepot(v) && v->vehstatus & VS_STOPPED;
}
+
+#endif /* SHIP_H */