hyperrogue/tools.cpp

16 lines
261 B
C++

#include <math.h>
#include <time.h>
#include <vector>
#include <string>
#include <algorithm>
using namespace std;
#include "hyper.h"
#include "hyperpoint.cpp"
#include "fjordgen.cpp"
#include "heptagon.cpp"
#include "language.cpp"
#include "achievement.cpp"