src/sound/null_s.cpp
changeset 10429 1b99254f9607
parent 7666 a5fccd76176a
equal deleted inserted replaced
10428:eecb81857b5a 10429:1b99254f9607
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file null_s.cpp The sound driver that doesn't produce sound. */
     2 
     4 
     3 #include "../stdafx.h"
     5 #include "../stdafx.h"
     4 #include "null_s.h"
     6 #include "null_s.h"
     5 
     7 
     6 static FSoundDriver_Null iFSoundDriver_Null;
     8 static FSoundDriver_Null iFSoundDriver_Null;