src/ship.h
changeset 6558 c88e142f896e
parent 6553 976a684212ad
child 6562 077afce9a4ee
equal deleted inserted replaced
6557:36dcf7f8a84c 6558:c88e142f896e
    39 	/** We want to 'destruct' the right class. */
    39 	/** We want to 'destruct' the right class. */
    40 	virtual ~Ship() {}
    40 	virtual ~Ship() {}
    41 
    41 
    42 	const char *GetTypeString() { return "ship"; }
    42 	const char *GetTypeString() { return "ship"; }
    43 	void MarkDirty();
    43 	void MarkDirty();
       
    44 	void UpdateDeltaXY(Direction direction);
    44 };
    45 };
    45 
    46 
    46 #endif /* SHIP_H */
    47 #endif /* SHIP_H */