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
+4 -1
View File
@@ -1,5 +1,8 @@
// non-Euclidean falling block game, implemented using the HyperRogue engine
// Copyright (C) 2011-2021 Zeno Rogue, see 'hyper.cpp' for details
// Copyright (C) 2011-2021 Zeno Rogue, see '../hyper.cpp' for details
// compile with: ./mymake -O3 rogueviz/bringris.cpp rogueviz/subquotient.cpp and then launch with -bringris
// add -DBRINGRIS for standalone Bringris
#define BRINGRIS_VER "2.0"