Mercurial > games > semicongine
diff semicongine/audio.nim @ 1119:27f9f53a7597
fix: dirty namespace on windows
author | sam <sam@basx.dev> |
---|---|
date | Tue, 16 Apr 2024 02:42:39 +0700 |
parents | 799ba869055d |
children | 87da8f6fe70f |
line wrap: on
line diff
--- a/semicongine/audio.nim Tue Apr 16 00:47:01 2024 +0700 +++ b/semicongine/audio.nim Tue Apr 16 02:42:39 2024 +0700 @@ -5,7 +5,7 @@ import std/logging except Level when defined(windows): # used for setting audio thread priority - import winim + import winim except Level when defined(linux): import std/posix