ls_std_test.hpp 592 B

1234567891011121314151617181920212223
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2020-11-27
  6. * Changed: 2021-07-14
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_TEST_HPP
  10. #define LS_STD_LS_STD_TEST_HPP
  11. #include "classes/base/ClassWrapper.hpp"
  12. #include "classes/event/NewsAgency.hpp"
  13. #include "classes/event/DailyNewsAgency.hpp"
  14. #include "classes/event/GossipNewsAgency.hpp"
  15. #include "classes/event/GossipNewsEvent.hpp"
  16. #include "classes/event/SeriousNewsEvent.hpp"
  17. #include "classes/io/xml/XmlParserTestWrapper.hpp"
  18. #endif