added a few more pieces to the framework, overhauled main.cc
This commit is contained in:
7
src/cursor.h
Normal file
7
src/cursor.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef __CURSOR_H__
|
||||
#define __CURSOR_H__
|
||||
#include <ncurses.h>
|
||||
|
||||
class cursor;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user