We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235a293 commit d58af26Copy full SHA for d58af26
Source/RunActivity/Viewer3D/Sound.cs
@@ -40,20 +40,19 @@
40
//#define DEBUGSCR
41
42
using System;
43
-using System.Collections.Generic;
44
-using System.Diagnostics;
45
-using System.IO;
46
-using System.Linq;
47
using Orts.Common;
48
using Orts.Formats.Msts;
49
using Orts.Simulation;
50
using Orts.Simulation.AIs;
51
using Orts.Simulation.Physics;
52
using Orts.Simulation.RollingStocks;
53
using Orts.Simulation.Signalling;
54
-using Orts.Viewer3D;
55
using ORTS.Common;
56
using ORTS.Settings;
+using System.Collections.Generic;
+using System.Diagnostics;
+using System.IO;
+using System.Linq;
57
using Event = Orts.Common.Event;
58
using Events = Orts.Common.Events;
59
0 commit comments