Create a ship object.

This commit is contained in:
2018-03-25 16:59:03 +02:00
parent a1406c4506
commit 4dc7fbbf04
4 changed files with 148 additions and 1 deletions

View File

@@ -32,3 +32,5 @@ extern ALLEGRO_DISPLAY *display; ///< The allegro display.
extern int redraw; ///< Whether or not to redraw the screen.
extern int run; ///< Whether or not to continue running the simulation.
extern int show_help; ///< Whether or not to show the help info.
extern int show_info; ///< Whether or not to show simulation info.