mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
7027be781b
This will hopefully fix undefined symbol errors for some of those. Those const static integral members are initialized in the class definition, which is allowed (even before c++11). But they still need a definition if they are odr-used, and that was missing. I suspect this is why some compiler were giving errors.