1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

exporting more in hyper.h

This commit is contained in:
Zeno Rogue
2018-03-30 00:20:50 +02:00
parent eafd5a1eab
commit 6399ef8180
5 changed files with 38 additions and 23 deletions

View File

@@ -80,15 +80,15 @@ bool inv::activating;
#include "sound.cpp"
#include "achievement.cpp"
#include "barriers.cpp"
#include "bigstuff.cpp"
#include "surface.cpp"
#if CAP_TOUR
#include "tour.cpp"
#endif
#include "surface.cpp"
#if ISMOBILE==0
#include <unistd.h>
#endif
#include "commandline.cpp"
#include "bigstuff.cpp"
#endif
#if IN_CU(1)