mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
8 lines
184 B
C++
8 lines
184 B
C++
#include <hex/api/event.hpp>
|
|
|
|
namespace hex {
|
|
|
|
std::map<void*, EventManager::EventList::iterator> EventManager::s_tokenStore;
|
|
EventManager::EventList EventManager::s_events;
|
|
|
|
} |