1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-25 19:07:40 +00:00

nilrider:: standalone version

This commit is contained in:
Zeno Rogue
2022-05-06 13:21:01 +02:00
parent a0058eed72
commit 426361ad96
2 changed files with 39 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ namespace bricks {
extern void build(bool in_pair);
#if !NILRIDER
struct brick {
euc::coord co;
color_t col;
@@ -12,6 +13,7 @@ namespace bricks {
hyperpoint location;
hpcshape shRotWall[6];
};
#endif
extern vector<brick> bricks;
}