mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 14:45:21 +03:00
`ENUM_STRING` can be used inside a `class`/`struct`/`union` for `enum`s contained within them. Making the function `static` allows doing this and doesn't require supplying a `this` pointer of the enclosing class for usage.