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

moved more commandline options to their modules

This commit is contained in:
Zeno Rogue
2018-07-20 00:04:23 +02:00
parent 30cb9158cb
commit 9d682aee45
8 changed files with 291 additions and 251 deletions

View File

@@ -123,4 +123,9 @@ void profile_info() {
int whateveri, whateveri2;
purehookset hooks_tests;
bool appears(const string& haystack, const string& needle) {
return haystack.find(needle) != string::npos;
}
}