mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 13:56:06 +00:00
1fc5fae82f
Conversions from void* to the proper data type are well-defined and supported by static_cast. We don't need to use reinterpret_cast here.