mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-11 09:59:40 -06:00
![Lioncash](/assets/img/avatar_default.png)
Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing.