Galactic Bloodshed
moveship.h
Go to the documentation of this file.
1 // Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2 // Use of this source code is governed by a license that can be
3 // found in the COPYING file.
4 
5 #ifndef MOVESHIP_H
6 #define MOVESHIP_H
7 
8 #include "gb/ships.h"
9 #include "gb/vars.h"
10 
11 void moveship(Ship *, int, int, int);
12 void msg_OOF(Ship *);
13 int followable(Ship *, Ship *);
14 
15 #endif // MOVESHIP_H
void msg_OOF(Ship *)
Definition: moveship.cc:355
int followable(Ship *, Ship *)
Definition: moveship.cc:362
void moveship(Ship *, int, int, int)
Definition: moveship.cc:41