Files @ r2185:83c584e8be30
Branch filter:

Location: cpp/openttd-patchpack/source/music/null_m.h

tron
(svn r2700) Insert Id tag into the Makefile
1
2
3
4
5
6
7
8
#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H

#include "hal.h"

extern const HalMusicDriver _null_music_driver;

#endif