schmouk / CppBMPLoader

An exhaustive BMP Loader, MIT-licensed, implemented for c11 and c20
MIT License
0 stars 0 forks source link

implement a base class for errors management #17

Closed schmouk closed 5 months ago

schmouk commented 5 months ago

This is a subtask of issue #15 Modify currently implemented code to embed this inheritied class.

schmouk commented 5 months ago

Completed. Still to be tested. Renamed enum for Errors. Created a base class for errors management. Refactored already implemented classes for them to inherit from this base class.