OutpostUniverse / OP2Utility

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

Rename OP2Bmploader #357

Closed Brett208 closed 3 years ago

Brett208 commented 3 years ago

Prep work for loading tilesets (wells).

I wanted to distinguish that this class doesn't load all custom bitmaps, just the non tileset sprites.

Brett208 commented 3 years ago

I wanted to remove the OP2 prefix from the class name. Eventually if we add a global namespace called OP2Utility, it would start becoming pretty redundant.