diff options
| author | Michael <[email protected]> | 2017-01-29 11:59:18 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-29 11:59:18 -0500 |
| commit | abfd774638d509a0d5fe5a61fe69b890fa3e0fc6 (patch) | |
| tree | 62e7e7aea3a98615331180d28a3a5970f298d3a6 /ShiftOS.WinForms/AudioManager.cs | |
| parent | b5d51784117f5fdecb14bc1cef6a6d2477a7c810 (diff) | |
| download | shiftos_thereturn-abfd774638d509a0d5fe5a61fe69b890fa3e0fc6.tar.gz shiftos_thereturn-abfd774638d509a0d5fe5a61fe69b890fa3e0fc6.tar.bz2 shiftos_thereturn-abfd774638d509a0d5fe5a61fe69b890fa3e0fc6.zip | |
Scripting changes and background music!
Diffstat (limited to 'ShiftOS.WinForms/AudioManager.cs')
| -rw-r--r-- | ShiftOS.WinForms/AudioManager.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/AudioManager.cs b/ShiftOS.WinForms/AudioManager.cs new file mode 100644 index 0000000..530a700 --- /dev/null +++ b/ShiftOS.WinForms/AudioManager.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ShiftOS.WinForms +{ + public static class AudioManager + { + + public static void Test() + { + + } + } +} |
