Lephisto/src/land.h
2013-02-17 19:51:31 +00:00

9 lines
96 B
C

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