sound/null_s.h
author tron
Fri, 24 Feb 2006 19:52:26 +0000
changeset 3075 fd64f71655eb
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3664) Add a function to turn a tile into a void tile
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif