music/os2_m.h
author celestar
Sun, 26 Mar 2006 14:41:39 +0000
changeset 3334 b72ac8637a30
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif