einstein/cpp-source/main.h
2015-11-03 15:56:09 +01:00

17 lines
195 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
#include "exceptions.h"
#include "screen.h"
#include "resources.h"
#include "random.h"
extern Screen screen;
extern Random rndGen;
void menu();
#endif