Potato Engine
Loading...
Searching...
No Matches
EventController.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "EventDelegate.hpp"
5
10{
11public:
12 virtual ~IEventController() = default;
13
14};
Interface for event managing.