sound/null_s.h
author rubidium
Sun, 20 Aug 2006 19:05:28 +0000
changeset 4329 0e6e689f66e7
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif