SObjectizer  5.5
so-5.4.0: New header file all.hpp

A new helper header file so_5/all.hpp has been added in v.5.4.0. It allows to include just one header file in your .cpp-file and gets access to all SObjectizer's public stuff. For example:

#include <so_5/all.hpp>

instead of