view src/ploki/main_label.h @ 6180:24d773fb3f86

<oerjan> ` sed -i \'2ctr A-Z a-z\' bin/lowercase
author HackBot
date Tue, 03 Nov 2015 23:55:44 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef MAIN_LABEL_H_
#define MAIN_LABEL_H_

#include "mars.h"
#include "venus.h"

extern struct mars Mars;
extern struct venus Venus;

#endif /* MAIN_LABEL_H_ */