OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Separate Sprite files into 2 directories #206

Closed Brett208 closed 5 years ago

Brett208 commented 5 years ago

There are a lot of files in the Sprite directory, and more will be need to read in sprites and manipulate them in an Outpost 2 specific manner.

I was thinking about creating 2 directories

This would allow easier reuse of the Bitmap code in other projects that maybe didn't care about the Outpost 2 specifics. It would also make it easier to see the difference of what is Outpost 2 specific in case someone wanted to someday use a third party bitmap library on the Outpost 2 specific code.

Wanted to open up for comments before just changing the structure on my own.

-Brett

DanRStevens commented 5 years ago

That's a good idea.