src/sound/null_s.cpp
author skidd13
Sun, 15 Jun 2008 22:10:22 +0000
changeset 10970 c0341ebaf88f
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13524) -Codechange: use the typesafe QSort for vehicle sortings
-Prepare: vehicles sorting for convsersion to GUIList
/* $Id$ */

/** @file null_s.cpp The sound driver that doesn't produce sound. */

#include "../stdafx.h"
#include "null_s.h"

static FSoundDriver_Null iFSoundDriver_Null;