mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
added bool ldebug (for print-debugging) and moved breakhere (breakpoint helper) to debug.cpp
This commit is contained in:
parent
7080ff379b
commit
4f2a7cd199
@ -51,10 +51,6 @@ EX namespace binary {
|
||||
}
|
||||
#endif
|
||||
|
||||
EX void breakhere() {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
EX heptagon *path(heptagon *h, int d, int d1, std::initializer_list<int> p) {
|
||||
static int rec = 0;
|
||||
rec++; if(rec>100) exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user