mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-25 01:39:44 +00:00
Here we're casting a function pointer to `void*`, which is not doable with our implicit-conversions-only `hr::voidp(x)` helper, and is not even doable with a `static_cast`; we must `reinterpret_cast`.
22 KiB
22 KiB