mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
7a706478dc
We must fully qualify calls to `hr::voidp` because the expression `voidp(x)` is ambiguous or worse. "/usr/include/zconf.h" defines `voidp` in the global namespace as a typedef for `void*`. We don't want an unsafe functional-style cast to `void*`; we want to call our nice safe helper function. So we qualify the name. |
||
---|---|---|
.. | ||
banachtarski.cpp | ||
cvl.cpp | ||
flocking.cpp | ||
functions.cpp | ||
fundamental.cpp | ||
grigorchuk.cpp | ||
kohonen.cpp | ||
magiccube.cpp | ||
newconf.cpp | ||
pentagonal.cpp | ||
qtm.cpp | ||
rewriting.cpp | ||
rogueviz.cpp | ||
rogueviz.h | ||
staircase.cpp | ||
sunflower.cpp | ||
triangle.cpp | ||
video.cpp |