switch to using own event system
This commit is contained in:
7
src/lib/eventsystem/event/InspectWindowClosedEvent.h
Normal file
7
src/lib/eventsystem/event/InspectWindowClosedEvent.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Event.h"
|
||||
|
||||
class InspectWindowClosedEvent : public Event
|
||||
{
|
||||
};
|
||||
Reference in New Issue
Block a user