diff options
Diffstat (limited to 'src/sfml/audio/Sound.zig')
| -rw-r--r-- | src/sfml/audio/Sound.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sfml/audio/Sound.zig b/src/sfml/audio/Sound.zig index 4430dcb..073aa5f 100644 --- a/src/sfml/audio/Sound.zig +++ b/src/sfml/audio/Sound.zig @@ -1,8 +1,8 @@ -//! Regular sound that can be played in the audio environment. +//! Regular sound that can be played in the audio environment. const sf = struct { pub usingnamespace @import("../sfml.zig"); - pub usingnamespace audio; + pub usingnamespace sf.audio; }; const Sound = @This(); |
