mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-30 07:56:32 -05:00

The previous form of initializing done here is a C-ism, an empty set of braces is sufficient for initializing (and doesn't potentially cause missing brace warnings, given the first member of the struct is a COORD struct).