Skip to content

Commit b0c3897

Browse files
committed
add missing usings
1 parent c116064 commit b0c3897

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/SimulationFramework.Desktop/Audio/DesktopAudioProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using SimulationFramework.Components;
22
using SimulationFramework.Messaging;
33
using Silk.NET.OpenAL;
4+
using System;
45

56
namespace SimulationFramework.Desktop.Audio;
67
internal unsafe class DesktopAudioProvider : IAudioProvider

src/SimulationFramework.Desktop/Audio/DesktopSound.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using NAudio.Vorbis;
22
using NAudio.Wave;
33
using Silk.NET.OpenAL;
4+
using System;
45
using System.IO;
56

67
namespace SimulationFramework.Desktop.Audio;

0 commit comments

Comments
 (0)