forward declaration event_handler
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
#ifndef SRC_INPUT_INPUTDRIVER_HPP_
|
||||
#define SRC_INPUT_INPUTDRIVER_HPP_
|
||||
|
||||
#include "EventHandler.hpp"
|
||||
|
||||
namespace Input
|
||||
{
|
||||
|
||||
class EventHandler
|
||||
{
|
||||
public:
|
||||
void handle(Event& event);
|
||||
};
|
||||
|
||||
class InputDriver
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user