added: input and its subclasses
This commit is contained in:
10
src/input.h
10
src/input.h
@ -1,11 +1,11 @@
|
||||
#ifndef __INPUT_H__
|
||||
#define __INPUT_H__
|
||||
#include <string>
|
||||
#include "cursor.h"
|
||||
#include "constants.h"
|
||||
|
||||
class input{
|
||||
public:
|
||||
input(cursor &new_curse);
|
||||
class input {
|
||||
public:
|
||||
virtual ~input() = 0;
|
||||
virtual game_command get_command() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user