mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-05 06:47:53 +00:00
8dd9cb98ce
Gets rid of the potential for C array-to-pointer decay, and also makes pointer arithmetic to get the end of the copy range unnecessary. We can just use std::array's begin() and end() member functions. |
||
---|---|---|
.. | ||
am.cpp | ||
am.h | ||
applet_ae.cpp | ||
applet_ae.h | ||
applet_oe.cpp | ||
applet_oe.h | ||
idle.cpp | ||
idle.h | ||
omm.cpp | ||
omm.h | ||
spsm.cpp | ||
spsm.h |