Kekun/gnome-games

Refactor headers file reading

Closed this issue · 0 comments

Kekun commented

All the header classes read files to extract header information and check magic values, in most cases these are strings. Each classes does this by hand and their code ended up being long and with a lot of duplication.

All of this should be refactored.