fix missing imports in DummyUI
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
package test;
|
package test;
|
||||||
|
|
||||||
import nat.*;
|
import nat.*;
|
||||||
|
import nat.systems.PlaygroundSystem;
|
||||||
|
import nat.components.Position;
|
||||||
import nat.ArchiveController.ChangeSet;
|
import nat.ArchiveController.ChangeSet;
|
||||||
import haxe.ds.Option;
|
import haxe.ds.Option;
|
||||||
|
import kiss_tools.KeyShortcutHandler;
|
||||||
|
|
||||||
class DummyUI implements ArchiveUI {
|
class DummyUI implements ArchiveUI {
|
||||||
public var controller:ArchiveController = null;
|
public var controller:ArchiveController = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user