sculpto
event_dispatcher.cpp
Go to the documentation of this file.
1/*!****************************************************************//*!*
2 * \file event_dispatcher.cpp
3 * \brief
4 *
5 * \author Sabitov Kirill
6 * \date 13 July 2022
7 *********************************************************************/
8
9#include "sclpch.h"
10#include "event_dispatcher.h"
11
12std::map<scl::string_id, scl::event_dispatcher::callback_list> scl::event_dispatcher::EventHandlers {};
Event dispatcher class implementation module.
Sculpto library prehompiled header. Defines common definitions, includes commonly used modules.