I have already seen a problem in src/graphics/GraphicsConverter.cpp where converter.h and (new) Converter.h will be the same under windows. So, it is a good idea to rename class Converter to GraphicsConverter.
Because Loader, Image, Converter, Cache are common class names, it is a bad idea to name the files as Loader.h etc. There are two solutions: 1. Rename classes to GraphicsLoader, GraphicsImage etc. 2. Rename filenames to graphicsLoader.h/cpp. Note that the curent situation is filename GraphicsLoader, class graphics::Loader. I vote for 1 because of its consistency with the new guidelines. Bo
