#ifndef PLAYERCALL_H #define PLAYERCALL_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void ResetPlayerCallback(void); #ifdef __cplusplus } #endif #endif