add event system and use it to propagate to print traces
This commit is contained in:
10
src/lib/eventsystem/Event.h
Normal file
10
src/lib/eventsystem/Event.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef EVENT_H
|
||||
#define EVENT_H
|
||||
|
||||
class Event
|
||||
{
|
||||
public:
|
||||
virtual ~Event() = default;
|
||||
};
|
||||
|
||||
#endif // EVENT_H
|
||||
Reference in New Issue
Block a user