1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

rogueviz:: export brm_limit

This commit is contained in:
Zeno Rogue 2021-04-23 20:53:16 +02:00
parent bdc5c7365f
commit d37895b051

View File

@ -75,6 +75,8 @@ namespace rogueviz {
texture::texture_data tdata;
vector<hyperpoint> vertices;
};
extern int brm_limit;
struct colorpair {
color_t color1, color2;