]> git.localhorst.tv Git - space.git/blob - src/entity/Ship.h
grid view
[space.git] / src / entity / Ship.h
1 #ifndef SPACE_SHIP_H_
2 #define SPACE_SHIP_H_
3
4
5 namespace space {
6
7 class Ship {
8
9 private:
10
11 };
12
13 }
14
15 #endif