12345678910111213141516171819 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2022-05-14
- * Changed: 2022-05-14
- *
- * */
- #ifndef LS_STD_LS_STD_EVENT_HPP
- #define LS_STD_LS_STD_EVENT_HPP
- #include <ls_std/event/serialization/SerializableJsonEvent.hpp>
- #include <ls_std/event/Event.hpp>
- #include <ls_std/event/EventHandler.hpp>
- #include <ls_std/event/EventManager.hpp>
- #include <ls_std/event/Narrator.hpp>
- #endif
|