added a few more pieces to the framework, overhauled main.cc

This commit is contained in:
2024-07-03 11:08:55 -04:00
parent 97ff14cd26
commit 6cbeb42144
17 changed files with 416 additions and 61 deletions

7
src/cursor.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef __CURSOR_H__
#define __CURSOR_H__
#include <ncurses.h>
class cursor;
#endif