1234567891011121314151617181920212223 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2020-11-27
- * Changed: 2021-07-14
- *
- * */
- #ifndef LS_STD_LS_STD_TEST_HPP
- #define LS_STD_LS_STD_TEST_HPP
- #include "classes/base/ClassWrapper.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/io/xml/XmlParserTestWrapper.hpp"
- #endif
|