sound/null_s.h
author celestar
Sat, 08 Apr 2006 05:24:29 +0000
changeset 3474 acaa3ba24f2e
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4319) -Codechange: Station map accessors
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif