#pragma once #include "space.h" extern int landed; extern Planet* land_planet; void land(Planet* p); void takeoff(void);