1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-20 19:52:46 +01:00
Files
OpenTTD/sound/win32_s.h

11 lines
135 B
C

/* $Id$ */
#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H
#include "../hal.h"
extern const HalSoundDriver _win32_sound_driver;
#endif