possibly fix of compile on unix

svn-id: r3918
This commit is contained in:
Ludvig Strigeus 2002-04-13 10:41:27 +00:00
parent 9d398c689e
commit f5f504ae97
3 changed files with 31 additions and 102 deletions

View file

@ -113,14 +113,7 @@ void CDECL warning(const char *s, ...) {
#endif
/* Dummy midiplayer for unix */
#ifdef UNIX
void MidiPlayer::shutdown() {}
void MidiPlayer::read_all_songs(FILE *in) {}
void MidiPlayer::initialize() {}
void MidiPlayer::play() {}
#ifndef WIN32
/* GetAsyncKeyState for unix */
int GetAsyncKeyState(int key) {
return 0;