1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

texture aura option

This commit is contained in:
Zeno Rogue
2018-08-03 10:47:20 +02:00
parent 270015cf7f
commit 7c16a9a32a
4 changed files with 15 additions and 3 deletions

View File

@@ -2903,6 +2903,9 @@ namespace texture {
extern bool texturesym;
extern cpatterntype cgroup;
extern bool texture_aura;
bool using_aura();
}
#endif