mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-31 09:29:03 +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