/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2020-11-27 * Changed: 2021-04-24 * * */ #ifndef LS_STD_LS_STD_TEST_HPP #define LS_STD_LS_STD_TEST_HPP #include "classes/event/NewsAgency.hpp" #include "classes/event/DailyNewsAgency.hpp" #include "classes/event/GossipNewsAgency.hpp" #include "classes/event/GossipNewsEvent.hpp" #include "classes/event/SeriousNewsEvent.hpp" #include "classes/factory/SerializableTestFactory.hpp" #endif