mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 20:53:56 +00:00
Prepare event manager
The event manager forms the basis for semantic logging. The emulator transmits events and the manager can handle them. This means to either print information to stdout, do nothing, etc...
This commit is contained in:
2
src/windows-emulator/event_manager.cpp
Normal file
2
src/windows-emulator/event_manager.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "std_include.hpp"
|
||||
#include "event_manager.hpp"
|
||||
Reference in New Issue
Block a user