1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 22:07:38 +00:00

header cleanup: rug

This commit is contained in:
Zeno Rogue
2019-08-10 01:07:39 +02:00
parent 5ea055b39e
commit 4422b910c0
5 changed files with 125 additions and 185 deletions

View File

@@ -2,7 +2,7 @@ namespace hr {
#if CAP_SHAPES
EX vector<basic_textureinfo> floor_texture_vertices;
EX renderbuffer *floor_textures;
EX struct renderbuffer *floor_textures;
void geometry_information::init_floorshapes() {
all_escher_floorshapes.clear();