yuv422 / png2tile

Convert PNG images into Sega Master System tile format
MIT License
23 stars 5 forks source link

One small fix. #2

Closed MewingsDoings closed 6 years ago

MewingsDoings commented 6 years ago

Something small I noticed while building this was that I had to add cstring to the includes, for strcmp, memcpy, memset to compile properly. I'm not sure how you would choose to fix this if you do so, it's a small issue and all, but I figured you'd want to know.

yuv422 commented 6 years ago

Hi, Thanks for the feedback. What environment / compiler are you using to compile?

MewingsDoings commented 6 years ago

Oh! Of course, I totally forgot to say! This happened with g++ on Linux Mint x86_64.

MewingsDoings commented 6 years ago

err... didn't mean to close it x.x

yuv422 commented 6 years ago

This should be fixed now. :)