/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2022-05-14 * Changed: 2024-05-23 * * */ #ifndef LS_STD_LS_STD_EVENT_HPP #define LS_STD_LS_STD_EVENT_HPP /* * @package(name: 'Event') * @Event.description('This package provides an event manager and the functionality to through events.') * */ #include #include #include #include #include #endif