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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user