1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 22:36:02 +00:00

more header cleanup

This commit is contained in:
Zeno Rogue
2019-08-10 01:31:44 +02:00
parent b0f2e7b6b9
commit a0fcdb0c54
5 changed files with 117 additions and 190 deletions

View File

@@ -5,7 +5,7 @@ namespace hr {
// --- quotient geometry ---
namespace quotientspace {
EX namespace quotientspace {
struct code {
int c[MAX_EDGE+1];
};