Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
IEventListener.hpp
Go to the documentation of this file.
1 
8 #ifndef RECAST_SERVER_IEVENTLISTENER_H
9 #define RECAST_SERVER_IEVENTLISTENER_H
10 
11 #include "IEvent.hpp"
12 
14 public:
15  virtual void onEvent(IEvent &event) {};
16 };
17 
18 
19 #endif //RECAST_SERVER_IEVENTLISTENER_H
Definition: IEvent.hpp:18
Definition: IEventListener.hpp:13
virtual void onEvent(IEvent &event)
Definition: IEventListener.hpp:15