restructure project for dynamic linking
This commit is contained in:
14
modules/gui/events/eventHandler.h
Executable file
14
modules/gui/events/eventHandler.h
Executable file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "engine.h"
|
||||
|
||||
#include "event.h"
|
||||
|
||||
|
||||
class EventHandler {
|
||||
|
||||
public:
|
||||
EventHandler();
|
||||
|
||||
bool handleEvent(const Event*, Layer*);
|
||||
};
|
||||
Reference in New Issue
Block a user