diff options
Diffstat (limited to 'src/sound/null_s.cpp')
-rw-r--r-- | src/sound/null_s.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound/null_s.cpp b/src/sound/null_s.cpp index c8fe22ca3..03277ac8b 100644 --- a/src/sound/null_s.cpp +++ b/src/sound/null_s.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file null_s.cpp The sound driver that doesn't produce sound. */ + #include "../stdafx.h" #include "null_s.h" |