From abfd774638d509a0d5fe5a61fe69b890fa3e0fc6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 29 Jan 2017 11:59:18 -0500 Subject: Scripting changes and background music! --- ShiftOS.WinForms/Program.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Program.cs') diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index ea6445c..30a29e2 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -47,6 +47,7 @@ namespace ShiftOS.WinForms Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //if ANYONE puts code before those two winforms config lines they will be declared a drunky. - Michael + ShiftOS.Engine.AudioManager.Init(new ShiftOSAudioProvider()); Localization.RegisterProvider(new WFLanguageProvider()); Shiftorium.RegisterProvider(new WinformsShiftoriumProvider()); AppearanceManager.OnExit += () => -- cgit v1.2.3