src/music/null_m.h
author KUDr
Fri, 23 Feb 2007 20:51:10 +0000
changeset 6453 e65715f6e063
parent 6314 f738bcf05ad6
child 6720 35756db7e577
child 7666 a5fccd76176a
permissions -rw-r--r--
(svn r8864) -Codechange: make ClrBitT(), SetBitT() and ToggleBitT more like CLRBIT() and so on (modify value of the first parameter instead or returning the result)
/* $Id$ */

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif /* MUSIC_NULL_H */