mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-26 01:59:44 +00:00
Updated to 8.3j
This commit is contained in:
15
tools.cpp
Normal file
15
tools.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user