1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

argf now parses the given argument

This commit is contained in:
Zeno Rogue
2018-09-10 19:28:12 +02:00
parent dbdb1ba6dc
commit 7da2b7e9a1
4 changed files with 70 additions and 63 deletions

View File

@@ -4100,5 +4100,6 @@ namespace anims {
extern int animation_lcm;
extern ld animation_factor;
ld parseld(const string& s);
}