diff options
| author | Michael <[email protected]> | 2017-07-13 21:30:04 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-13 21:30:04 -0400 |
| commit | e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b (patch) | |
| tree | b88810b1dadf0c3893cadeaebe84351784ef18de /ShiftOS.Frontend | |
| parent | e92af1bc7fe5cd5860206061f4ff261b3339cc51 (diff) | |
| download | shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.tar.gz shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.tar.bz2 shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.zip | |
Delete a LOT of obsolete code
Diffstat (limited to 'ShiftOS.Frontend')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs index 56ffc38..e2d3c4a 100644 --- a/ShiftOS.Frontend/ShiftOS.cs +++ b/ShiftOS.Frontend/ShiftOS.cs @@ -77,6 +77,9 @@ namespace ShiftOS.Frontend //Also initiate the desktop Engine.Desktop.Init(new Desktop.Desktop()); + //While we're having a damn initiation fuckfest, let's get the hacking engine running. + Hacking.Initiate(); + //Now we can initiate the Infobox subsystem Engine.Infobox.Init(new Infobox()); |
