sound/null_s.h
author bjarni
Mon, 09 Oct 2006 21:30:16 +0000
changeset 4787 5eaa3e93cf24
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6708) -Feature: [build aircraft window] added sort options to the list
-Fix r6707: solved an issue where scrollcount was not always set correctly
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif