better managed ownership (two new functions in level.h)
This commit is contained in:
@ -19,6 +19,7 @@ cursor::cursor() {
|
||||
|
||||
cursor::~cursor() {
|
||||
endwin();
|
||||
refresh();
|
||||
}
|
||||
|
||||
int cursor::getcmd() const {
|
||||
|
Reference in New Issue
Block a user