1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-29 15:14:33 +01:00
Files
OpenTTD/music/null_m.h

9 lines
117 B
C

#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H
#include "hal.h"
extern const HalMusicDriver _null_music_driver;
#endif