Galactic Bloodshed
gb
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
msg_OOF
void msg_OOF(Ship *)
Definition:
moveship.cc:355
followable
int followable(Ship *, Ship *)
Definition:
moveship.cc:362
moveship
void moveship(Ship *, int, int, int)
Definition:
moveship.cc:41
Generated by
1.8.13