possibly fix of compile on unix
svn-id: r3918
This commit is contained in:
parent
9d398c689e
commit
f5f504ae97
3 changed files with 31 additions and 102 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue