1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-16 05:37:11 +00:00

added header comments for rogueviz games

This commit is contained in:
Zeno Rogue
2025-08-31 14:31:48 +02:00
parent a794c8a7f6
commit d88fba5cde
26 changed files with 78 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
// Nil Rider levels
// Copyright (C) 2022-2025 Zeno Rogue, see '../../hyper.cpp' for details
namespace nilrider {
bool all(checkerparam c) { return c.t->collected_triangles == Flag(isize(c.l->triangles))-1; }