src/music/qtmidi.h
author rubidium
Tue, 02 Jan 2007 19:19:48 +0000
changeset 5726 8f399788f6c9
parent 4077 music/qtmidi.h@d3022f976946
child 6268 4b5241e5dd10
permissions -rw-r--r--
(svn r7759) -Merge: makefile rewrite. This merge features:
- A proper ./configure, so everything needs to be configured only once, not for every make.
- Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
- A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
- Proper support for OSX universal binaries.
- Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
- Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.

Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
4077
d3022f976946 (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
tron
parents: 2548
diff changeset
     1
/* $Id$ */
2496
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     2
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     3
#ifndef MUSIC_MACOSX_QUICKTIME_H
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     4
#define MUSIC_MACOSX_QUICKTIME_H
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     5
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     6
#include "../hal.h"
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     7
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     8
extern const HalMusicDriver _qtime_music_driver;
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
     9
ad131afbc8cb (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
bjarni
parents:
diff changeset
    10
#endif /* !MUSIC_MACOSX_QUICKTIME_H */