1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-13 08:39:43 +00:00

added missing -rv to comments

This commit is contained in:
Zeno Rogue
2025-08-31 15:42:47 +02:00
parent 7c0d2649e3
commit 5e8bf42b7b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
// non-Euclidean falling block game, implemented using the HyperRogue engine
// 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
// compile with: ./mymake -O3 -rv rogueviz/bringris.cpp rogueviz/subquotient.cpp and then launch with -bringris
// add -DBRINGRIS for standalone Bringris
#define BRINGRIS_VER "2.0"

View File

@@ -1,7 +1,7 @@
// Nil Rider
// Copyright (C) 2022-2025 Zeno Rogue, see '../../hyper.cpp' for details
// compile with: ./mymake -O3 rogueviz/nilrider/nilrider.cpp and then launch with -nilrider
// compile with: ./mymake -O3 -rv rogueviz/nilrider/nilrider.cpp and then launch with -nilrider
// add -DNILRIDER for standalone Nil Rider
#if NILRIDER

View File

@@ -2,7 +2,7 @@
// Copyright (C) 2025 Zeno Rogue, see 'hyper.cpp' for details
// the Seuphorica repo (seuphorica.cpp and dictionary files) needs to be placed in the 'seuphorica' subdirectory
// compile with: ./mymake -O3 rogueviz/seuphorica.cpp and then launch with -seuphorica
// compile with: ./mymake -O3 -rv rogueviz/seuphorica.cpp and then launch with -seuphorica
#include "rogueviz.h"
#include <fstream>