1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-02 19:02:12 +00:00

more header cleanup

This commit is contained in:
Zeno Rogue
2019-08-09 22:07:03 +02:00
parent cb666fb24a
commit a423dbd2da
32 changed files with 487 additions and 852 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
namespace hr {
#if CAP_SHAPES
vector<basic_textureinfo> floor_texture_vertices;
renderbuffer *floor_textures;
EX vector<basic_textureinfo> floor_texture_vertices;
EX renderbuffer *floor_textures;
void geometry_information::init_floorshapes() {
all_escher_floorshapes.clear();