Merge branch 'paul' into AL/races-potions
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
|
||||
class curses_output final : public display {
|
||||
private:
|
||||
cursor &curse;
|
||||
cursor *curse;
|
||||
public:
|
||||
curses_output(cursor &new_curse);
|
||||
curses_output(cursor *new_curse);
|
||||
|
||||
void render() override;
|
||||
void clear() override;
|
||||
|
Reference in New Issue
Block a user