summaryrefslogtreecommitdiff
path: root/src/sound/null_s.h
blob: 204c583764792f35d30a4b7fd5e51e75540bb525 (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif /* SOUND_NULL_H */