1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

rogueviz:: categorization fixup

This commit is contained in:
Zeno Rogue 2021-03-30 23:01:29 +02:00
parent bdf97fc6de
commit 54d7574047

View File

@ -129,7 +129,7 @@ namespace rogueviz {
namespace pres {
using namespace hr::tour;
inline hookset<void(vector<slide>&)> hooks_build_rvtour;
inline hookset<void(string, vector<slide>&)> hooks_build_rvtour;
slide *gen_rvtour();
template<class T> function<void(presmode)> roguevizslide(char c, const T& t) {