#pragma once
#include "space.h"

extern int landed;

void land(Planet* p);
void takeoff(void);