mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-07 05:49:43 +00:00
moved svg and PNG screenshot to a new file screenshots.cpp; moved some commandline arguments from commandline.cpp to their respective modules
This commit is contained in:
@@ -2988,6 +2988,8 @@ namespace ca {
|
||||
}
|
||||
#endif
|
||||
|
||||
auto ah = addHook(hooks_args, 0, readArg);
|
||||
|
||||
void simulate() {
|
||||
if(cwt.c->land != laCA) return;
|
||||
vector<cell*>& allcells = currentmap->allcells();
|
||||
|
||||
Reference in New Issue
Block a user