moving repo
This commit is contained in:
11
src/input.h
Normal file
11
src/input.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __INPUT_H__
|
||||
#define __INPUT_H__
|
||||
#include <string>
|
||||
#include "cursor.h"
|
||||
|
||||
class input{
|
||||
public:
|
||||
input(cursor &new_curse);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user