winamp/Src/external_dependencies/openmpt-trunk/mptrack/wine/Native.h

21 lines
373 B
C
Raw Normal View History

2024-09-24 13:54:57 +01:00
#ifndef OPENMPT_WINE_H
#define OPENMPT_WINE_H
#include "NativeConfig.h"
#include "NativeUtils.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
OPENMPT_WINESUPPORT_API uintptr_t OPENMPT_WINESUPPORT_CALL OpenMPT_Init(void);
OPENMPT_WINESUPPORT_API uintptr_t OPENMPT_WINESUPPORT_CALL OpenMPT_Fini(void);
#ifdef __cplusplus
}
#endif
#endif // OPENMPT_WINE_H