mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Add YesNt interpreter process and command integration
This commit is contained in:
@@ -4,7 +4,6 @@ using RemSox.Processes;
|
||||
using RemSox.Processing;
|
||||
using RemSox.UI.CLI;
|
||||
using RemSox.UI.CLI.Commands;
|
||||
|
||||
using System.Runtime;
|
||||
|
||||
namespace RemSox;
|
||||
@@ -26,7 +25,8 @@ public class Kernel : Sys.Kernel
|
||||
new StopProcessCommand(),
|
||||
new StartGuiCommand(),
|
||||
new StopGuiCommand(),
|
||||
new ViewProcessLogs()
|
||||
new ViewProcessLogs(),
|
||||
new YesNtCommand()
|
||||
]);
|
||||
|
||||
Sys.Graphics.Canvas canvas = Sys.Graphics.FullScreenCanvas.GetFullScreenCanvas();
|
||||
|
||||
Reference in New Issue
Block a user