refactored InputName
This commit is contained in:
@@ -8,8 +8,16 @@
|
||||
#ifndef SRC_INPUT_INPUTDRIVER_HPP_
|
||||
#define SRC_INPUT_INPUTDRIVER_HPP_
|
||||
|
||||
#include "EventHandler.h"
|
||||
namespace Input
|
||||
{
|
||||
|
||||
class InputDriver
|
||||
{
|
||||
void register_event_handler(EventHandler* handler);
|
||||
void unregister_event_handler(EventHandler* handler);
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif /* SRC_INPUT_INPUTDRIVER_HPP_ */
|
||||
|
||||
Reference in New Issue
Block a user