eventhandler: init #6
This commit is contained in:
17
EventHandler/inc/EventHandler.h
Normal file
17
EventHandler/inc/EventHandler.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* EventHandler.h
|
||||
*
|
||||
* Created on: Sep 21, 2022
|
||||
* Author: tylen
|
||||
*/
|
||||
|
||||
#ifndef EVENTHANDLER_H_
|
||||
#define EVENTHANDLER_H_
|
||||
|
||||
class EventHandler {
|
||||
public:
|
||||
EventHandler();
|
||||
virtual ~EventHandler();
|
||||
};
|
||||
|
||||
#endif /* EVENTHANDLER_H_ */
|
||||
Reference in New Issue
Block a user