1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-28 02:49:44 +00:00
Files
hyperrogue/dialogs.cpp
Arthur O'Dwyer a478bb1485 Fix some minor std::function-related bugs.
Lambdas to be stored in `function<void()>` should not return `bool`.

Two uses of `std::function` could be just `function`, like everywhere
else in the codebase.
2019-02-06 18:48:53 +01:00

30 KiB