Files @ r2197:2448467991a5
Branch filter:

Location: cpp/openttd-patchpack/source/win32.h

tron
(svn r2712) Overhaul DirectMusic MIDI backend:
- Merge the .c and .cpp part into one file
- Properly deinitialize at the end
- Remove "experimental" status
- Miscellaneous smaller changes
-Fix: Volume control works now
1
2
3
4
5
6
7
8
9
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif