diff options
Diffstat (limited to 'Src/Plugins/Library/ml_online/Preferences.h')
-rw-r--r-- | Src/Plugins/Library/ml_online/Preferences.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Src/Plugins/Library/ml_online/Preferences.h b/Src/Plugins/Library/ml_online/Preferences.h new file mode 100644 index 00000000..0fee936b --- /dev/null +++ b/Src/Plugins/Library/ml_online/Preferences.h @@ -0,0 +1,16 @@ +#ifndef NULLOSFT_ONLINEMEDIA_PLUGIN_PREFERENCES_HEADER +#define NULLOSFT_ONLINEMEDIA_PLUGIN_PREFERENCES_HEADER + +#if defined(_MSC_VER) && (_MSC_VER >= 1020) +#pragma once +#endif + +#include <wtypes.h> + +#define MAXBANDWIDTH 3500 + +BOOL Preferences_Register(); +void Preferences_Unregister(); +BOOL Preferences_Show(); + +#endif // NULLOSFT_ONLINEMEDIA_PLUGIN_PREFERENCES_HEADER |