Native.h 373 B

1234567891011121314151617181920
  1. #ifndef OPENMPT_WINE_H
  2. #define OPENMPT_WINE_H
  3. #include "NativeConfig.h"
  4. #include "NativeUtils.h"
  5. #include <stdint.h>
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. OPENMPT_WINESUPPORT_API uintptr_t OPENMPT_WINESUPPORT_CALL OpenMPT_Init(void);
  10. OPENMPT_WINESUPPORT_API uintptr_t OPENMPT_WINESUPPORT_CALL OpenMPT_Fini(void);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif // OPENMPT_WINE_H