better managed ownership (two new functions in level.h)

This commit is contained in:
2024-07-16 23:36:31 -04:00
parent 3b164bbe9f
commit 3232d91ac1
14 changed files with 74 additions and 50 deletions

View File

@ -19,6 +19,7 @@ cursor::cursor() {
cursor::~cursor() {
endwin();
refresh();
}
int cursor::getcmd() const {