mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
build: More repo cleanup, move libimhex and external libs to /lib folder
This commit is contained in:
8
lib/libimhex/source/api/event.cpp
Normal file
8
lib/libimhex/source/api/event.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <hex/api/event.hpp>
|
||||
|
||||
namespace hex {
|
||||
|
||||
EventManager::EventList EventManager::s_events;
|
||||
std::map<void*, EventManager::EventList::iterator> EventManager::s_tokenStore;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user