music/os2_m.h
author tron
Fri, 07 Apr 2006 08:37:39 +0000
changeset 3465 a7ee131a9114
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r4310) The chat box has no visible window title, therefore remove the string
2186
db48cf29b983 (svn r2701) Insert Id tags into all source files
tron
parents: 2175
diff changeset
     1
/* $Id$ */
db48cf29b983 (svn r2701) Insert Id tags into all source files
tron
parents: 2175
diff changeset
     2
2175
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
     3
#ifndef MUSIC_OS2_H
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
     4
#define MUSIC_OS2_H
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
     5
2189
5cdc11ffeaa4 (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
tron
parents: 2186
diff changeset
     6
#include "../hal.h"
2175
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
     7
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
     8
extern const HalMusicDriver _os2_music_driver;
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
     9
06415cf75dc1 (svn r2689) - Split OS/2 music driver into os2_m.c, update project file
orudge
parents:
diff changeset
    10
#endif