1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-10-27 14:12:46 -05:00
Files
suyu-mirror/src/core/loader
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function
No implementations actually modify instance state (and it would be
questionable to do that in the first place given the name), so we can
make this a const member function.
2018-12-05 17:49:34 -05:00
..