mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
ced3bbcad4
C++20 introduces `std::format` and we `using namespace std`, so some of these would be ambiguous in C++20. |
||
---|---|---|
.. | ||
reps | ||
rulegen-tests | ||
3d-field-quotients.txt | ||
autoplay.cpp | ||
edit-shaders.cpp | ||
gentrans.cpp | ||
hatter.cpp | ||
honeycomb-rule-generator.cpp | ||
knuth-bendix.cpp | ||
manual-animation.cpp | ||
musictable.cpp | ||
README.md | ||
rulegen-tests.cpp | ||
rulegen.sh | ||
solv-error-analyze.cpp | ||
solv-table.cpp | ||
tests.cpp |
This subdirectory contains various extra modules which are useful in development, but are not a part of standard HyperRogue build nor RogueViz.
They can be added to a HyperRogue build e.g. with mymake devmods/edit-shaders
.