lushen124 / Universal-FE-Randomizer

Properly universal this time.
MIT License
98 stars 28 forks source link

Updated code to use a universal Size so we remain cross-platform. #414

Closed lushen124 closed 1 year ago

lushen124 commented 1 year ago

Some of the Image Codec code was relying on a Windows-specific size structure. We want to keep Yune cross-platform, so we can't use anything that is locked to Windows. We just create a simple Size class that holds an integer width and height, since that seems to be all we need it to hold.

Geeene commented 1 year ago

Oh, I didn't actually realize that was windows only eventhough that win32 in the path should have made that pretty obvious 😅