Dynalib Utils
IDynaEvent.h
Go to the documentation of this file.
1 //
2 // Created by Ken Kopelson on 26/03/18.
3 //
4 
5 #ifndef IDYNAEVENT_H
6 #define IDYNAEVENT_H
7 
8 class IDynaEvent {
9 public:
10  virtual int getType() = 0;
11 };
12 
13 #endif //IDYNAEVENT_H
virtual int getType()=0
Definition: IDynaEvent.h:8