interface name consistency

This commit is contained in:
2024-03-13 10:39:22 +01:00
parent 2ab5a38894
commit 4ab3d868c1
37 changed files with 94 additions and 94 deletions

View File

@@ -1,7 +1,7 @@
package kernel;
import lib.Pos;
import kernel.ui.TermWriteable;
import kernel.ui.ITermWriteable;
import cc.Term;
import lib.Vec.Vec2;
import lib.Color;
@@ -11,7 +11,7 @@ using tink.CoreApi;
/**
Represents the main computer screen.
**/
class MainTerm implements TermWriteable {
class MainTerm implements ITermWriteable {
/**
Depends on: KernelEvents,
**/