--- nono/lib/textscreen.h 2026/04/29 17:05:22 1.1.1.13 +++ nono/lib/textscreen.h 2026/04/29 17:05:26 1.1.1.14 @@ -10,7 +10,7 @@ #pragma once -#include "header.h" +#include "nono.h" #include // 属性 @@ -75,7 +75,7 @@ class TA // // Locate などにより範囲外にカーソルを移動することはできる。 // ただしその位置を始点としての文字出力は無視される。 -class TextScreen +class TextScreen final { public: // 文字の送りモード @@ -90,7 +90,7 @@ class TextScreen TextScreen(); TextScreen(int col, int row); - virtual ~TextScreen(); + ~TextScreen(); // 初期化 void Init(int col, int row, ModeKind mode = ModeKind::Fixed);