GUI
EventObject.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 by Maciej Wiecierzewski
3  */
4 
5 #ifndef EVENTOBJECT_H
6 #define EVENTOBJECT_H
7 
8 namespace gui
9 {
10 
12 
14 {
15  public:
17  virtual ~EventObject() {}
18 
19  protected:
20 
21  private:
22 };
23 
24 }
25 
26 #endif // EVENTOBJECT_H