moving repo

This commit is contained in:
2024-07-04 19:58:19 -04:00
parent 6cbeb42144
commit c67dbcc62a
7 changed files with 70 additions and 18 deletions

11
src/input.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef __INPUT_H__
#define __INPUT_H__
#include <string>
#include "cursor.h"
class input{
public:
input(cursor &new_curse);
};
#endif