12345678910111213141516171819 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2020-11-27
- * Changed: 2020-11-27
- *
- * */
- #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"
- #endif
|