Galactic Bloodshed
moveplanet.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 MOVEPLANET_H
6 #define MOVEPLANET_H
7 
8 #include "gb/vars.h"
9 
10 void moveplanet(int, Planet *, int);
11 
12 #endif // MOVEPLANET_H
void moveplanet(int, Planet *, int)
Definition: moveplanet.cc:16