1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-09 04:42:49 +00:00

that was not a correct fix

This commit is contained in:
Zeno Rogue 2022-09-29 15:25:41 +02:00
parent 5a6444b45a
commit 6514c8758e

View File

@ -23,7 +23,7 @@
#define CAP_VR 0 #define CAP_VR 0
#include "../hyper.cpp" #include "../hyper.cpp"
namespace rogueviz { extern std::vector<hr::reaction_t> cleanup; } namespace rogueviz { std::vector<hr::reaction_t> cleanup; }
#endif #endif